Contract.DepartmentRequest

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"
accountingCode string "string"
{
  "code": "string",
  "title": "string",
  "color": "string",
  "accountingCode": "string"
}
Contained in Models
Contract.EmploymentDetailsRequest
Consumed by Operations

- none -

Returned by Operations

- none -