POST api/PostDepartamentos
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": "b9426614-01da-42fd-8f44-fd840315f88c",
"idCliente": "1a3eef82-9553-4c22-bcb4-73341d92cf5b",
"nomDepartamento": "sample string 3"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.