POST api/PutZonas
Request Information
URI Parameters
None.
Body Parameters
Collection of Zonas| Name | Description | Type | Additional information |
|---|---|---|---|
| idZona | globally unique identifier |
None. |
|
| idCliente | globally unique identifier |
None. |
|
| nomZona | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idZona": "df856f7a-2ae3-4b12-b076-a8f5d2c3c513",
"idCliente": "8ffc25f0-5a05-49ee-82e8-7241c95ea1a0",
"nomZona": "sample string 3"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.