API Docs / Schemas / AgentAuthorisationCountsDto

AgentAuthorisationCountsDto

Practice-wide tallies of required agent authorisations, counted across every client rather
than one page.

Properties

Name Type Description
byStatusobject

Counts keyed by authorisation status name.

Counts keyed by authorisation status name.

byVerificationResultobject

Counts keyed by HMRC verification result name, or absent when no Making Tax Digital type was
requested — the letter-based types are never checked with HMRC.

Counts keyed by HMRC verification result name, or absent when no Making Tax Digital type was
requested — the letter-based types are never checked with HMRC.

supportingAgentCountinteger

How many authorisations HMRC confirmed are held as a supporting agent.

How many authorisations HMRC confirmed are held as a supporting agent.

JSON Example

{
  "byStatus": {},
  "byVerificationResult": {},
  "supportingAgentCount": 0
}

Used By Operations