POST api/PostPlazas

Request Information

URI Parameters

None.

Body Parameters

Collection of TB_Plazas
NameDescriptionTypeAdditional 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": "20661e49-1cc1-48ee-85ad-743efd020272",
    "idZona": "26b18a11-c2bb-40a3-ae91-a8d5a23c6caf",
    "nomPlaza": "sample string 3",
    "nomZona": "sample string 4"
  },
  {
    "$ref": "2"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.