POST Departments

Adds a Department.


Parameters

NameDescriptionAdditional information
request
The Department to add. 
            When adding a new Department through the API, the following properties are required:
            Id: Must be set to 0, or the add will throw an error.
            Label: Must be set to something meaningful, or the add will throw an error.

Define this parameter in the request body.