API Docs / Schemas / SaveMtdCgtResidentialDisposalsRequest

SaveMtdCgtResidentialDisposalsRequest

Saves the year's UK residential property disposals for Self Assessment at HMRC — a full
replacement of the list.

Reporting a disposal here does not discharge the in-year property payment-on-account return the
client files within 60 days of completion; a disposal can need both.

Properties

Name Type Description
disposals*array of ResidentialDisposal

The disposals. Every one that should survive must be present — the save replaces the list.

The disposals. Every one that should survive must be present — the save replaces the list.

JSON Example

{
  "disposals": [
    {
      "numberOfDisposals": "...",
      "customerReference": "...",
      "disposalDate": "...",
      "completionDate": "...",
      "disposalProceeds": "..."
    }
  ]
}

Used By Operations