POST api/PostZonas
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": "6246a862-041e-4472-9672-8365b80df845",
"idCliente": "c021cfd4-73ea-495f-9709-d4f6891c497f",
"nomZona": "sample string 3"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.