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": "7c709688-e4b6-4102-8906-bf5d24416443",
"idCliente": "13def65e-4db2-42f6-bd73-6c0e5654969b",
"nomDepartamento": "sample string 3"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.