GET api/DocumentoDeRevalidacion/GetPatiosByCompania
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PatioName | Description | Type | Additional information |
---|---|---|---|
NUM_PATIO | integer |
None. |
|
NUM_PROV | integer |
None. |
|
NUM_CIA | integer |
None. |
|
UBICACION | string |
None. |
|
TEL | string |
None. |
|
FAX | string |
None. |
|
string |
None. |
||
NUM_PTO | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "NUM_PATIO": 1, "NUM_PROV": 2, "NUM_CIA": 3, "UBICACION": "sample string 4", "TEL": "sample string 5", "FAX": "sample string 6", "EMAIL": "sample string 7", "NUM_PTO": 8 }, { "NUM_PATIO": 1, "NUM_PROV": 2, "NUM_CIA": 3, "UBICACION": "sample string 4", "TEL": "sample string 5", "FAX": "sample string 6", "EMAIL": "sample string 7", "NUM_PTO": 8 } ]
application/xml, text/xml
Sample:
<ArrayOfPatio xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExtranetWS.Models"> <Patio> <EMAIL>sample string 7</EMAIL> <FAX>sample string 6</FAX> <NUM_CIA>3</NUM_CIA> <NUM_PATIO>1</NUM_PATIO> <NUM_PROV>2</NUM_PROV> <NUM_PTO>8</NUM_PTO> <TEL>sample string 5</TEL> <UBICACION>sample string 4</UBICACION> </Patio> <Patio> <EMAIL>sample string 7</EMAIL> <FAX>sample string 6</FAX> <NUM_CIA>3</NUM_CIA> <NUM_PATIO>1</NUM_PATIO> <NUM_PROV>2</NUM_PROV> <NUM_PTO>8</NUM_PTO> <TEL>sample string 5</TEL> <UBICACION>sample string 4</UBICACION> </Patio> </ArrayOfPatio>