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": "3c6cc602-4d7f-4132-9c7e-418785c922cc",
"idZona": "47388892-27b9-44ea-be89-daffc4511bad",
"nomPlaza": "sample string 3",
"nomZona": "sample string 4"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.