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": "38a4c458-b93e-4cf1-a59f-5c7ddf342813",
"idZona": "9917268b-3a56-4c9a-ae6e-08a133d1c0d5",
"nomPlaza": "sample string 3",
"nomZona": "sample string 4"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.