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": "58d4763d-6593-402f-a4ec-ea46422de36a",
"Name": "sample string 2"
}
Response Formats
application/json, text/json
Sample:
Sample not available.