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": "deefa69f-73d0-46c9-91c5-134139562ebe",
"idZona": "6f16b5e5-7ab8-4da6-b163-516ac51244c8",
"nomPlaza": "sample string 3",
"nomZona": "sample string 4"
}