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": "fc96e0ed-b4f7-41b6-8ba5-8a1f8ba16258",
"idZona": "029c73c0-2b05-4ab0-a071-6fb1ac788cd4",
"nomPlaza": "sample string 3",
"nomZona": "sample string 4"
}