POST api/PostPlazas
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": "ed62da81-4e23-44f5-985e-0c73b09dc9f2",
"idZona": "6cf2a938-dce4-414a-b7e4-a152684541a5",
"nomPlaza": "sample string 3",
"nomZona": "sample string 4"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.