One row in the pension scheme notifications table.
| Name / Description | Type / Format | Example | |
|---|---|---|---|
id
External notice identifier (`UniqueId`).
|
string
uuid
|
"string"
|
|
noticeType
|
string
|
"OptOut"
"StoppedContributions"
"Refund"
|
|
issueDate
|
string
date
|
"2026-08-26"
|
|
appliedOn
|
string
date
|
"2026-08-26"
|
|
pensionReference
Computed: `NiNo` if present, otherwise `AlternativeUniqueId`.
|
string
|
"string"
|
|
groupName
|
string
|
"string"
|
|
status
|
string
|
"Stored"
"Unmatched"
"Applied"
"Failed"
"Applying"
|
|
employeeId
Matched employee `UniqueId`; null when unmatched.
|
string
uuid
|
"string"
|
|
employeeDisplayName
Employee name when matched; NEST forename/surname when unmatched.
|
string
|
"string"
|
|
employeePayrollCode
Matched employee payroll code for the employee-number badge; null when unmatched.
|
string
|
"string"
|
|
isMatched
|
boolean
|
true
|
|
isDeferredPending
|
boolean
|
true
|
|
statusDisplayName
|
string
|
"string"
|
{
"id": "string",
"noticeType": "OptOut",
"issueDate": "2026-08-26",
"appliedOn": "2026-08-26",
"pensionReference": "string",
"groupName": "string",
"status": "Stored",
"employeeId": "string",
"employeeDisplayName": "string",
"employeePayrollCode": "string",
"isMatched": true,
"isDeferredPending": true,
"statusDisplayName": "string"
}
- none -
- none -