MtdSubmissionStampDto
A record of one year-end submission Sodium sent to HMRC, or one it deleted. HMRC cannot answer
who sent what, so the MTD service stamps every write and these are those stamps.
Properties
| Name | Type | Description |
|---|---|---|
| kind | string | What kind of submission was sent. |
What kind of submission was sent. | ||
| action | string | Whether values were submitted or the held submission was deleted. |
Whether values were submitted or the held submission was deleted. | ||
| reference | string | The identifier scoping the submission within its kind — the income source for annual |
The identifier scoping the submission within its kind — the income source for annual | ||
| taxYear | string | The tax year, in HMRC's format, e.g. 2025-26. |
The tax year, in HMRC's format, e.g. 2025-26. | ||
| performedByUserCode | string | The code of the Sodium user who performed the action, where it was one of ours. |
The code of the Sodium user who performed the action, where it was one of ours. | ||
| performedDate | string | When the action happened (UTC). |
When the action happened (UTC). | ||
| hmrcCorrelationId | string | HMRC's correlation id for the exchange, for support enquiries. |
HMRC's correlation id for the exchange, for support enquiries. | ||
JSON Example
{
"kind": "string",
"action": "string",
"reference": "string",
"taxYear": "string",
"performedByUserCode": "string"
}
Contained in Schemas
- MtdAdjustableSummaryDetailDto One retrieved adjustable summary in full: the figures as submitted, the adjustments made to them, an...
- MtdAnnualSubmissionDto The year-end annual submission HMRC currently holds for one income source and tax year — the adjustm...
- MtdBroughtForwardLossDto One loss brought forward from a year before Making Tax Digital (to 2025-26).
- MtdBusinessYearConfigDto The per-tax-year configuration HMRC hold for one income source: the accounting basis, the periods of...
- MtdCgtResidentialDisposalsDto The UK residential property disposals HMRC hold for a client and tax year, as reported for Self Asse...
- MtdCharitableGivingDto The charitable giving reliefs HMRC hold for a client and tax year: gift aid payments and gifts of sh...
- MtdDirectorshipDividendDto The additional directorship and dividend information HMRC hold against one of the client's employmen...
- MtdDividendsIncomeDto The foreign and special dividends HMRC hold for a client and tax year: dividends from foreign compan...
- MtdEmploymentDetailDto One employment in full: HMRC's record of it, the financial details held against it, and who last cha...
- MtdEmploymentDto One employment in the year's list.
- MtdForeignPropertyDto One registered foreign property, with who registered or last changed it from Sodium.
- MtdForeignReliefsDto The foreign tax reliefs HMRC hold for a client and tax year.
- MtdInvestmentReliefsDto The investment reliefs HMRC hold for a client and tax year: venture capital trust, enterprise invest...
- MtdLossClaimDto One loss claim — what HMRC are being asked to do with a loss (to 2025-26).
- MtdLossesAndClaimsDto One income source's losses and claims for a tax year from 2026-27 onwards — the whole position as a ...
- MtdNonPayeEmploymentDto The non-PAYE employment income HMRC hold for a client and tax year — tips received outside PAYE.
- MtdOtherCapitalGainsDto The capital gains HMRC hold for a client and tax year other than UK residential property: listed and...
- MtdOtherEmploymentIncomeDto The other employment income HMRC hold for a client and tax year: share options, shares awarded or re...
- MtdOtherReliefsDto The other reliefs HMRC hold for a client and tax year: non-deductible loan interest, payroll giving,...
- MtdOtherSavingsDto The savings income HMRC hold for a client and tax year that does not belong to a named account: inte...
- MtdPensionsReliefsDto The pension contribution reliefs HMRC hold for a client and tax year.
- MtdSavingsAccountDto One UK savings account, with whatever interest HMRC hold against it for the year.
- MtdUkDividendsDto The plain UK dividends HMRC hold for a client and tax year — dividends from UK companies and other U...