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": "9564477a-09d1-4edd-9432-f4094bc01ede",
"idCliente": "a038a7c1-9989-4584-b1a5-69b66dcc712b",
"nomZona": "sample string 3",
"nomCliente": "sample string 4"
}