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": "643d1a70-0be1-4d7a-9cb2-c92e8dec58f3",
"idZona": "ddb7a9ad-75f9-4150-bb40-dbceadac81d0",
"nomPlaza": "sample string 3",
"nomZona": "sample string 4"
}