Department

Name / Description Type / Format Example
code
The unique code for this Department
string "string"
title
The name of this Department
string "string"
color
A color to used to represent this Department, in hex format. ie 'ff0000'
string "string"
employeeCount
The number of employees with this set as their primary department
integer int32 0
accountingCode string "string"
{
  "code": "string",
  "title": "string",
  "color": "string",
  "employeeCount": 0,
  "accountingCode": "string"
}