Create Department
POST/api/Departments/CreateDepartment
Tier: Public — stable, supported for third-party integration.
Creates a new Department.
Request
Responses
- 200
- 400
Returns the created Departments.DepartmentDetailDto.
Validation failure — empty Name (MissingRequiredField), or a duplicate Name within the organisation (DuplicateResource "Name: X").