Submit Letter Auth Code
Submits the authorisation code that HMRC posted to the client (letter-based SA, CT, PAYE/CIS flow). On success the authorisation status is set to Granted.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| client* | path string | |
Request Body*
{
"authorisationType": "SelfAssessment",
"authorisationCode": "string"
}
Responses
204 No Content
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found