employment RTI working time

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 Employment RTI Working Time

Add RTI (Real Time Information) working time details for an employment

SecuritybearerAuth
Request
path Parameters
employmentId
required
string <guid>

Employment ID

Example: 906264f1-2dff-4f72-a10b-59918cf738d7
Request Body schema: application/vnd.api+json

Employment RTI Working Time to be added

object
Responses
200

Employment RTI Working Time Response

400

Bad Request

401

Unauthorized - Authorization Required

403

Forbidden - Insufficient Permissions

404

Not Found

422

Unprocessable Entity

default

General Error

post/employments/{employmentId}/rti-working-time
Request samples
application/vnd.api+json
{
  • "data": {
    }
}
Response samples