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": "f3e83b20-6b8c-434b-a646-ae8f3d3841fa",
"Name": "sample string 2"
}
Response Formats
application/json, text/json
Sample:
Sample not available.