POST api/Departments
URI Parameters
None.
Body Parameters
CreateDepartmentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | globally unique identifier |
Required |
|
| Name | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": "c81011f3-c484-461b-9c19-89a0f8776a04",
"Name": "sample string 2"
}
Response Formats
application/json, text/json
Sample:
Sample not available.