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": "0fac1a0b-bd2a-449f-ab08-ebcae625c592",
"idZona": "0d639a39-a2a5-479a-ad98-d2d00b99bbf9",
"nomPlaza": "sample string 3",
"nomZona": "sample string 4",
"num": 5
}