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": "796aa100-5758-401c-8c56-a241cb377b84",
"idCliente": "bb6a86af-7c6c-4b37-b0ad-4a549776a1c8",
"nomDepartamento": "sample string 3"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.