RTI (Real Time Information) working time records capture the hours worked code and irregular payment information required for HMRC RTI submissions against an employment record
Add RTI (Real Time Information) working time details for an employment
Employment RTI Working Time Response
{- "data": {
- "type": "employmentRTIWorkingTimes",
- "attributes": {
- "startDate": "2024-01-01",
- "endDate": "2024-12-31",
- "hoursWorkedCode": "E",
- "irregularPayment": false,
- "notes": "Additional notes about working time"
}
}
}{- "data": {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03",
- "type": "employmentRTIWorkingTimes",
- "attributes": {
- "startDate": "2024-01-01",
- "endDate": "2024-12-31",
- "hoursWorkedCode": "E",
- "irregularPayment": false,
- "notes": "Additional notes about working time"
}, - "relationships": {
- "employment": {
- "links": {
}
}
},
}
}