AgentAuthorisationSummaryClientDto
One client on the authorisation summary, with an entry per authorisation type its active or
proposed services require. A type the client does not need simply has no entry.
Properties
| Name | Type | Description |
|---|---|---|
| clientCode | string | The client's code. |
The client's code. | ||
| clientName | string | The client's name. |
The client's name. | ||
| entries | array of AgentAuthorisationSummaryEntryDto | One entry per authorisation type this client's services require. |
One entry per authorisation type this client's services require. | ||
JSON Example
{
"clientCode": "string",
"clientName": "string",
"entries": [
{
"authorisationType": "...",
"status": "...",
"hmrcAgentRole": "...",
"verificationResult": "...",
"canVerify": "..."
}
]
}