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": "33149a7d-401e-4f54-9a6b-21090dd4b124",
"idCliente": "e20d194a-72fa-44fd-9bbd-910c74c6507c",
"nomDepartamento": "sample string 3"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.