API Docs / Operations / Client - MTD Capital Gains / Save Residential Disposals

Save Residential Disposals

PUT /tenants/{tenant}/clients/{client}/mtd/capital-gains/{taxYear}/residential

Sends the year's UK residential property disposals to HMRC — a full replacement of the list, so every disposal that should survive must be present. A request with no disposals is refused: clearing the year is a delete rather than an empty save. Reporting here does not discharge the in-year payment-on-account return.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
taxYear* path string
{
  "disposals": [
    {
      "numberOfDisposals": "...",
      "customerReference": "...",
      "disposalDate": "...",
      "completionDate": "...",
      "disposalProceeds": "..."
    }
  ]
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found