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": "6a3dd26d-9874-4ddc-98ce-8a2075d4bf8e",
"idCliente": "66037571-28b6-4a33-8fbe-6ff26e56c5a0",
"nomZona": "sample string 3",
"nomCliente": "sample string 4",
"num": 5
}