AgentAuthorisationSummaryEntryDto
One authorisation type a client's services require, and what the practice holds against it.
Properties
| Name | Type | Description |
|---|---|---|
| authorisationType | enum | SelfAssessment CorporationTax PayeForEmployers IndividualPayAsYouEarn VAT ConstructionIndustryScheme TaxCredits HighIncomeChildBenefitCharge MakingTaxDigitalIncomeTax MakingTaxDigitalVat Trusts |
SelfAssessment CorporationTax PayeForEmployers IndividualPayAsYouEarn VAT ConstructionIndustryScheme TaxCredits HighIncomeChildBenefitCharge MakingTaxDigitalIncomeTax MakingTaxDigitalVat Trusts | ||
| status | enum | NotRequested Requested Granted |
NotRequested Requested Granted | ||
| hmrcAgentRole | enum | None Main Supporting NotApplicable |
None Main Supporting NotApplicable | ||
| verificationResult | enum | NotChecked Confirmed NotFound MissingDetails Failed |
NotChecked Confirmed NotFound MissingDetails Failed | ||
| canVerify | boolean | Whether enough is known about the client to ask HMRC. Only meaningful for the Making Tax |
Whether enough is known about the client to ask HMRC. Only meaningful for the Making Tax | ||
JSON Example
{
"authorisationType": "SelfAssessment",
"status": "NotRequested",
"hmrcAgentRole": "None",
"verificationResult": "NotChecked",
"canVerify": false
}