API Docs / Operations / Client - MTD Losses / Create Loss Claim

Create Loss Claim

POST /tenants/{tenant}/clients/{client}/mtd/losses/claims

Claims a loss and returns HMRC's identifier for the claim. Tax years to 2025-26 only, and HMRC accept nothing until the income source's accounting period has ended. The claim type must be legal for the type of loss: a sole trade is carried forward or set sideways, a property business takes the other three.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
{
  "businessId": "string",
  "taxYearClaimedFor": "string",
  "typeOfLoss": "Unknown",
  "typeOfClaim": "Unknown"
}

Responses

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