Name / Description | Type / Format | Example | |
---|---|---|---|
code
The Code for the AnalysisCategoryCode
|
string
|
"string"
|
|
color
The Color for the AnalysisCategoryCode
|
string
|
"string"
|
|
title
The Title for the AnalysisCategoryCode
|
string
|
"string"
|
|
isPrimary
Set to true if this is the primary AnalysisCategoryCode for the Employee.
Only one AnalysisCategoryCode can be set as the primary. |
boolean
|
true
|
|
weighting
If there is more than one AnalysisCategoryCode Membership for the Employee then this determines the weighting to give to this membership.
ie, if he is in two AnalysisCategoryCode you might set the primary as 0.8 and the secondary as 0.2; |
number
double
|
0.0
|
|
analysisCategoryName
Analysis Category Name
|
string
|
"string"
|
|
analysisCategoryPublicId
Analysis Category Public Id
|
string
uuid
|
"string"
|
|
employeeRolePublicId
Employee Role Public Id
|
string
uuid
|
"string"
|
|
employee
|
Item
|
{Item}
|
{
"code": "string",
"color": "string",
"title": "string",
"isPrimary": true,
"weighting": 0.0,
"analysisCategoryName": "string",
"analysisCategoryPublicId": "string",
"employeeRolePublicId": "string",
"employee": {
"id": "string",
"name": "string",
"metadata": {},
"url": "string"
}
}