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

Amend Custom Employment

PUT /tenants/{tenant}/clients/{client}/mtd/employments/{taxYear}/{employmentId}

Amends a custom employment — a full replacement of its record, so every value that should survive must be present. HMRC refuse this for an employment they hold themselves: that is the employer's record, and ignoring it is the way to take it out of the calculation.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
employmentId* 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