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": "225994c4-fcd2-4c6f-a44d-63ff3d5713ce",
"idZona": "f1a0877a-9159-4cb8-9f90-61b9c7ee14b0",
"nomPlaza": "sample string 3",
"nomZona": "sample string 4",
"num": 5
}