POST api/GetPlazas_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_Plazas_Pag| Name | Description | Type | Additional information |
|---|---|---|---|
| idPlaza | globally unique identifier |
None. |
|
| idZona | globally unique identifier |
None. |
|
| nomPlaza | string |
None. |
|
| nomZona | string |
None. |
|
| num | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"idPlaza": "c57b4a23-a6c7-485e-ba99-ac82521893e7",
"idZona": "e4d10d71-8b4d-4c3f-87c4-e09fbba69303",
"nomPlaza": "sample string 3",
"nomZona": "sample string 4",
"num": 5
}