API Docs / Operations / Client - MTD Losses / Amend Loss Claims Order

Amend Loss Claims Order

PUT /tenants/{tenant}/clients/{client}/mtd/losses/claims/{taxYear}/order

Replaces the order in which HMRC apply the year's carry-sideways loss claims. A full replacement: every carry-sideways claim for the year must be in the list, positioned from 1 upwards with no gaps. Sending a subset is refused rather than merged.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
taxYear* path string
{
  "claims": [
    {
      "claimId": "...",
      "sequence": "..."
    }
  ]
}

Responses

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