EmploymentDetails
Properties
| Name | Type | Description |
|---|---|---|
| employerRef | string | |
| employerName | string | |
| startDate | string | |
| cessationDate | string | |
| payrollId | string | |
| occupationalPension | boolean | |
| dateIgnored | string | |
| submittedOn | string |
JSON Example
{
"employerRef": "string",
"employerName": "string",
"startDate": "2024-01-01",
"cessationDate": "2024-01-01",
"payrollId": "string"
}