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": "48b1d20d-f33a-4ae3-84c4-1f2669de87a7",
"idZona": "a355eddb-e0e5-46c8-87e7-323c310796a6",
"nomPlaza": "sample string 3",
"nomZona": "sample string 4"
}