New starter declarations are used to set up tax coding information for new employees. This includes tax codes, annual amounts, and tax code regimes for payroll processing
Creates a new starter declaration for the specified employment. This endpoint processes tax coding information and creates the necessary records for payroll processing.
New Starter Declaration created successfully
General Error
{- "data": {
- "type": "newStarterDeclarations",
- "attributes": {
- "firstPaymentDate": "2025-01-15",
- "annualAmount": 35000,
- "taxCode": "1257L",
- "taxCodeBasisWk1Mth1": false,
- "taxCodeRegime": "rUK"
}
}
}{- "links": {
- "self": "string"
}, - "data": {
- "type": "newStarterDeclarations",
- "attributes": {
- "employmentId": "4b30b724-26e1-4fcb-90f0-92936523133c",
- "firstPaymentDate": "2024-01-15",
- "annualAmount": 25000,
- "taxCode": "1257L",
- "taxCodeBasisWk1Mth1": false,
- "taxCodeRegime": "rUK"
},
}
}