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": "40ae976b-de16-4d0d-bdc1-f9d3f6f9c1eb",
"idZona": "0bed20f0-22c9-400f-92a0-4c772dad6803",
"nomPlaza": "sample string 3",
"nomZona": "sample string 4"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.