Amend Loss Claim 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
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| client* | path string | |
| claimId* | path string | |
| taxYear* | path string | |
Request Body*
{
"typeOfClaim": "Unknown"
}
Responses
200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found