POST api/Departments
Cadastra um novo setor por empresa
URI Parameters
None.
Body Parameters
CreateDepartmentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId |
Id da Empresa |
globally unique identifier |
Required |
| Name |
Nome da função |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": "8e5b2294-3d76-4b92-ba3c-baa5de6b4d67",
"Name": "sample string 2"
}
Response Formats
application/json, text/json
Sample:
Sample not available.