POST api/PutPlazas
Request Information
URI Parameters
None.
Body Parameters
Collection of TB_Plazas| Name | Description | Type | Additional information |
|---|---|---|---|
| idPlaza | globally unique identifier |
None. |
|
| idZona | globally unique identifier |
None. |
|
| nomPlaza | string |
None. |
|
| nomZona | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idPlaza": "cf4c9d1a-374b-439d-bc03-5e6ab9562c81",
"idZona": "2941d13b-76c8-4a69-ae60-306e95988fee",
"nomPlaza": "sample string 3",
"nomZona": "sample string 4"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.