Add Department
Adds a single department record to a specified organization.
POST /system/orgs/{orgId}/departments
- Does not accept filter and sort expressions.
Headers
- Authorization: Bearer {hash string returned from Auth}
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Request Model
{
"DepartmentId": 0,
"DepartmentName": "string",
"ParentDepartmentId": 0,
"ManagerId": 0,
"OrgId": 0,
"DepartmentRef": "string",
"Attributes": {}
}