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.
Submitting this request multiple times will update the existing RTI working time record for the employment.
Employment RTI Working Time Response
General Error
{- "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": {
}
}
},
}
}