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": "bc7e5977-13ff-4011-9d93-37793ae7750e",
"idCliente": "0adb5b04-da84-4f72-9a47-560323c9d87d",
"nomZona": "sample string 3",
"nomCliente": "sample string 4"
}