| Name / Description | Type / Format | Example | |
|---|---|---|---|
id
The role unique id
|
string
uuid
|
"string"
|
|
startDate
The start date of the role
|
string
date
|
"2025-11-30"
|
|
endDate
The end date of the role, if applicable
|
string
date
|
"2025-11-30"
|
|
earnings
The role earnings
|
number
double
|
0.0
|
|
defaultPensionSchemeId
The default pension scheme for the role, if applicable
|
string
uuid
|
"string"
|
|
defaultWorkerGroupId
The default worker group for the role, if applicable
|
string
uuid
|
"string"
|
{
"id": "string",
"startDate": "2025-11-30",
"endDate": "2025-11-30",
"earnings": 0.0,
"defaultPensionSchemeId": "string",
"defaultWorkerGroupId": "string"
}