Name / Description | Type / Format | Example | |
---|---|---|---|
code
The unique code for this Cost Centre
|
string
|
"string"
|
|
title
The name of this Cost Centre
|
string
|
"string"
|
|
color
A color to used to represent this Cost Centre, in hex format. ie 'ff0000'
|
string
|
"string"
|
|
accountingCode
|
string
|
"string"
|
|
employeeCount
The number of employees with this set as their primary cost centre
|
integer
int32
|
0
|
|
hasJournalOverrides
Has Journal Overrides
|
boolean
|
true
|
{
"code": "string",
"title": "string",
"color": "string",
"accountingCode": "string",
"employeeCount": 0,
"hasJournalOverrides": true
}
- none -