API Docs / Schemas / AgentAuthorisationSummaryClientDto

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
clientCodestring

The client's code.

The client's code.

clientNamestring

The client's name.

The client's name.

entriesarray 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": "..."
    }
  ]
}

Contained in Schemas