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": "efb54b48-c40c-4c71-83d9-bd056325b52f",
"idCliente": "2dc0f009-6942-49fb-b239-97d95f0599e2",
"nomZona": "sample string 3"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.