API Docs / Schemas / MtdEmploymentDto

MtdEmploymentDto

One employment in the year's list.

Properties

Name Type Description
employmentIdstring

HMRC's identifier for the employment.

HMRC's identifier for the employment.

employerNamestring

The employer's name.

The employer's name.

isHmrcHeldboolean

Whether HMRC hold this employment from the employer's own submissions. HMRC-held employments
can only be ignored or unignored; custom ones can be amended and deleted. See the list
remarks.

Whether HMRC hold this employment from the employer's own submissions. HMRC-held employments
can only be ignored or unignored; custom ones can be amended and deleted. See the list
remarks.

dateIgnoredstring

When the employment was marked ignored, if it has been. An ignored employment is one HMRC
hold but leave out of the tax calculation, because it is wrong or duplicated.

When the employment was marked ignored, if it has been. An ignored employment is one HMRC
hold but leave out of the tax calculation, because it is wrong or duplicated.

lastActionMtdSubmissionStampDto

JSON Example

{
  "employmentId": "string",
  "employerName": "string",
  "isHmrcHeld": false,
  "dateIgnored": "2024-01-01T00:00:00Z",
  "lastAction": {
    "kind": "string",
    "action": "string",
    "reference": "string",
    "taxYear": "string",
    "performedByUserCode": "string"
  }
}

Contained in Schemas