POST api/GetPlazas?idZona={idZona}&idCliente={idCliente}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idZona | globally unique identifier |
Required |
|
| idCliente | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_Plazas| Name | Description | Type | Additional information |
|---|---|---|---|
| idPlaza | globally unique identifier |
None. |
|
| idZona | globally unique identifier |
None. |
|
| nomPlaza | string |
None. |
|
| nomZona | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idPlaza": "8cd7c0ca-ba43-4ee4-899d-56bc656d717b",
"idZona": "8d0cec42-06e6-480d-ad22-1f14cc11f952",
"nomPlaza": "sample string 3",
"nomZona": "sample string 4"
}