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": "5f2df4e5-9fda-4f93-9041-5a48e0173e56",
"idCliente": "4066547a-efda-4e46-a002-b78e4cc3823e",
"nomZona": "sample string 3",
"nomCliente": "sample string 4"
}