API Docs / Operations / Client - MTD Losses / Amend Loss Claim Type

Amend Loss Claim Type

POST /tenants/{tenant}/clients/{client}/mtd/losses/claims/{claimId}/{taxYear}/type

Changes a loss claim's type — the only part of a claim HMRC let you amend — and returns the claim as they now hold it. A POST for the same reason as the loss amend.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
claimId* path string
taxYear* path string
{
  "typeOfClaim": "Unknown"
}

Responses

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