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": "b2e8fcab-d3c7-4e18-b6b2-4a260c7a9ac2",
"idCliente": "528d0526-b078-4908-ae2e-e3a7d900f6ea",
"nomZona": "sample string 3",
"nomCliente": "sample string 4",
"num": 5
}