POST api/PutDepartamentos
Request Information
URI Parameters
None.
Body Parameters
Collection of Departamentos| Name | Description | Type | Additional information |
|---|---|---|---|
| idDepartamento | globally unique identifier |
None. |
|
| idCliente | globally unique identifier |
None. |
|
| nomDepartamento | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idDepartamento": "c778e336-b751-4920-bd4e-d78a4a38ea6d",
"idCliente": "33a0ef45-1420-4cbd-afed-f110308feffc",
"nomDepartamento": "sample string 3"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.