POST api/GetZonas?idCliente={idCliente}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_Zonas| Name | Description | Type | Additional information |
|---|---|---|---|
| idZona | globally unique identifier |
None. |
|
| idCliente | globally unique identifier |
None. |
|
| nomZona | string |
None. |
|
| nomCliente | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idZona": "15374db0-643d-40c7-b5d9-41b3c0472e0f",
"idCliente": "a4ff5617-b0ab-46b8-802d-f97741db075a",
"nomZona": "sample string 3",
"nomCliente": "sample string 4"
}