AgentAuthorisationCountsDto
Practice-wide tallies of required agent authorisations, counted across every client rather
than one page.
Properties
| Name | Type | Description |
|---|---|---|
| byStatus | object | Counts keyed by authorisation status name. |
Counts keyed by authorisation status name. | ||
| byVerificationResult | object | Counts keyed by HMRC verification result name, or absent when no Making Tax Digital type was |
Counts keyed by HMRC verification result name, or absent when no Making Tax Digital type was | ||
| supportingAgentCount | integer | 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
}