API Docs / Schemas / MtdCgtResidentialDisposalsDto

MtdCgtResidentialDisposalsDto

The UK residential property disposals HMRC hold for a client and tax year, as reported for Self
Assessment.

This is the Self Assessment reporting of those disposals, not the in-year property
payment-on-account return a client files within 60 days of completion. A disposal can need
both, and reporting it here does not discharge the in-year obligation.

Properties

Name Type Description
clientCodestring

The Sodium client the values belong to, stamped by the API on the way out.

The Sodium client the values belong to, stamped by the API on the way out.

taxYearstring

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

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

isHeldboolean

Whether HMRC hold anything for this resource and tax year.

Whether HMRC hold anything for this resource and tax year.

lastActionMtdSubmissionStampDto
disposalsCgtResidentialDisposals

JSON Example

{
  "clientCode": "string",
  "taxYear": "string",
  "isHeld": false,
  "lastAction": {
    "kind": "string",
    "action": "string",
    "reference": "string",
    "taxYear": "string",
    "performedByUserCode": "string"
  },
  "disposals": {
    "submittedOn": "2024-01-01T00:00:00Z",
    "disposals": [
      "..."
    ]
  }
}

Contained in Schemas