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": "6d0a7c13-dc98-4f12-a3dc-0ffe31482a85",
"idCliente": "9673b547-5bab-4bd6-9e4a-a9cf394797c2",
"nomZona": "sample string 3",
"nomCliente": "sample string 4"
}