Update Agent Authorisations
Updates the status of one or more HMRC 64-8 agent authorisation types for the specified client. Only the types included in the request are updated; others are left unchanged. Returns the full list of all 11 types.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| client* | path string | |
Request Body*
[
{
"authorisationType": "...",
"status": "..."
}
]
Responses
200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found