Add Custom Employment
Adds an employment HMRC do not already hold from the employer's own submissions, and returns the identifier HMRC issue. Only for employments HMRC are missing — adding one that duplicates an HMRC-held employment double-counts the income. To take an HMRC-held employment out of the calculation, ignore it rather than replacing it.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| client* | path string | |
| taxYear* | path string | |
Request Body*
{
"employerRef": "string",
"employerName": "string",
"startDate": "2024-01-01",
"cessationDate": "2024-01-01",
"payrollId": "string",
"occupationalPension": false
}
Responses
200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found