Name / Description | Type / Format | Example | |
---|---|---|---|
roleId
The unique identifier of role associated with this assessment.
|
integer
int32
|
0
|
|
payRunId
Optional: The Id of the PayRun that this assessment is associated with.
|
integer
int32
|
0
|
|
reason
|
string
|
"NoEmployee"
"NoPeriod"
"NoDefaultPension"
"NoSer"
"IsExempt"
"IsPostponed"
"NonEligibleAge"
"PayBelowLowerEarningsThreshold"
"PayBelowQualifyingThreshold"
"HasQualifyingPension"
"HasOptedOut"
"IsLeaver"
"HasCeasedMembership"
"Contractual"
"IsEntitled"
"IsEligible"
"HasExistingSerPension"
|
|
assessmentDate
The actual date the assessment was performed.
|
string
date
|
"2025-08-30"
|
|
periodStartDate
The start date of the pay reference period for which this assessment applies.
|
string
date
|
"2025-08-30"
|
|
periodEndDate
The end date of the pay reference period for which this assessment applies.
|
string
date
|
"2025-08-30"
|
|
age
The employee's age at the time of assessment.
|
integer
int32
|
0
|
|
lowerEarningsThreshold
The Lower Earnings Threshold applicable for the assessment period.
|
number
double
|
0.0
|
|
qualifyingThreshold
The Qualifying Earnings Threshold (or Auto-Enrolment Trigger) applicable for the assessment period.
|
number
double
|
0.0
|
|
action
|
string
|
"NoChange"
"Enrol"
"Exit"
"Inconclusive"
"Postpone"
"ReEnrol"
"UndoEnrol"
"AddToPension"
"OptOut"
"CeaseMembership"
|
|
actionDate
The date when the actiont was applied, if applicable.
|
string
date
|
"2025-08-30"
|
|
status
|
string
|
"Eligible"
"NonEligible"
"Entitled"
"NoDuties"
|
|
letter
|
string
|
"Entitled"
"NonEligible"
"Postponed"
"Enrolled"
"Reenrolled"
|
|
pensionId
The unique identifier of the pension scheme associated with this assessment.
|
string
uuid
|
"string"
|
|
isNewPension
Indicates whether this assessment is for a new pension scheme.
|
boolean
|
true
|
{
"roleId": 0,
"payRunId": 0,
"reason": "NoEmployee",
"assessmentDate": "2025-08-30",
"periodStartDate": "2025-08-30",
"periodEndDate": "2025-08-30",
"age": 0,
"lowerEarningsThreshold": 0.0,
"qualifyingThreshold": 0.0,
"action": "NoChange",
"actionDate": "2025-08-30",
"status": "Eligible",
"letter": "Entitled",
"pensionId": "string",
"isNewPension": true
}
- none -
- none -