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": "dab8d734-f753-45b4-8404-85b8642f3700",
"idCliente": "c331fc61-645f-4935-96ff-49cb5a1a28a1",
"nomZona": "sample string 3",
"nomCliente": "sample string 4",
"num": 5
}