API Docs / Schemas / AmendMtdLossClaimsOrderRequest

AmendMtdLossClaimsOrderRequest

Replaces the order in which HMRC apply the year's carry-sideways loss claims.

A full replacement, and HMRC mean it: every carry-sideways claim for the year must be in the
list, positioned from 1 upwards with no gaps. Sending a subset is refused, not merged.

Properties

Name Type Description
claims*array of LossClaimOrderItem

Every carry-sideways claim for the tax year, each with its position.

Every carry-sideways claim for the tax year, each with its position.

JSON Example

{
  "claims": [
    {
      "claimId": "...",
      "sequence": "..."
    }
  ]
}

Used By Operations