Used to represent an Employers membership of a EmployerGroup
Name / Description | Type / Format | Example | |
---|---|---|---|
code
The Code for the EmployerGroup
|
string
|
"string"
|
|
color
The Color for the EmployerGroup
|
string
|
"string"
|
|
title
The Title for the EmployerGroup
|
string
|
"string"
|
|
primary
Set to true if this is the primary EmployerGroup for the Employer.
Only one EmployerGroup can be set as the primary. |
boolean
|
true
|
{
"code": "string",
"color": "string",
"title": "string",
"primary": true
}
- none -
- none -