POST api/GetZonas_Pag?idCliente={idCliente}&Ren={Ren}&Pag={Pag}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | globally unique identifier |
Required |
|
| Ren | integer |
Required |
|
| Pag | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_Zonas_Pag| Name | Description | Type | Additional information |
|---|---|---|---|
| idZona | globally unique identifier |
None. |
|
| idCliente | globally unique identifier |
None. |
|
| nomZona | string |
None. |
|
| nomCliente | string |
None. |
|
| num | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"idZona": "86d92938-9757-45ef-b6fc-6510b85cb49f",
"idCliente": "bd5a5cc5-00eb-4616-98d9-c49ab89188f6",
"nomZona": "sample string 3",
"nomCliente": "sample string 4",
"num": 5
}