API Docs / Schemas / MtdSubmissionStampDto

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
kindstring

What kind of submission was sent.

What kind of submission was sent.

actionstring

Whether values were submitted or the held submission was deleted.

Whether values were submitted or the held submission was deleted.

referencestring

The identifier scoping the submission within its kind — the income source for annual
submissions, the calculation for BSAS adjustments, and so on. Null for kinds scoped by tax
year alone.

The identifier scoping the submission within its kind — the income source for annual
submissions, the calculation for BSAS adjustments, and so on. Null for kinds scoped by tax
year alone.

taxYearstring

The tax year, in HMRC's format, e.g. 2025-26.

The tax year, in HMRC's format, e.g. 2025-26.

performedByUserCodestring

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.

performedDatestring

When the action happened (UTC).

When the action happened (UTC).

hmrcCorrelationIdstring

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