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
Bad Request
Unauthorized - Authorization Required
Forbidden - Insufficient Permissions
Not Found
Unprocessable Entity
General Error
{- "data": {
- "type": "employmentRTIWorkingTimes",
- "attributes": {
- "startDate": "2024-01-01",
- "endDate": "2024-12-31",
- "hoursWorkedCode": "E",
- "irregularPayment": false,
- "notes": "Additional notes about working time"
}, - "relationships": {
- "employment": {
- "data": {
- "id": "00000000-0000-0000-0000-000000000000",
- "type": "employments"
}
}
}
}
}{- "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": {
}
}
},
}
}