API Docs / Operations / Client - MTD Employments / Add Custom Employment

Add Custom Employment

POST /tenants/{tenant}/clients/{client}/mtd/employments/{taxYear}

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

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
taxYear* path string
{
  "employerRef": "string",
  "employerName": "string",
  "startDate": "2024-01-01",
  "cessationDate": "2024-01-01",
  "payrollId": "string",
  "occupationalPension": false
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found