MtdEmploymentDto
One employment in the year's list.
Properties
| Name | Type | Description |
|---|---|---|
| employmentId | string | HMRC's identifier for the employment. |
HMRC's identifier for the employment. | ||
| employerName | string | The employer's name. |
The employer's name. | ||
| isHmrcHeld | boolean | Whether HMRC hold this employment from the employer's own submissions. HMRC-held employments |
Whether HMRC hold this employment from the employer's own submissions. HMRC-held employments | ||
| dateIgnored | string | When the employment was marked ignored, if it has been. An ignored employment is one HMRC |
When the employment was marked ignored, if it has been. An ignored employment is one HMRC | ||
| lastAction | MtdSubmissionStampDto | |
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"
}
}