Name / Description | Type / Format | Example | |
---|---|---|---|
employeeCount
The number of employees with this set as their primary department
|
integer
int32
|
0
|
|
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"
|
|
accountingCode
|
string
|
"string"
|
{
"employeeCount": 0,
"code": "string",
"title": "string",
"color": "string",
"accountingCode": "string"
}
- none -
- none -