API Docs / Schemas / ClientAgentAuthorisationDto

ClientAgentAuthorisationDto

Represents one of the 11 HMRC 64-8 agent authorisation types for a client

Properties

Name Type Description
authorisationTypeenum

SelfAssessment CorporationTax PayeForEmployers IndividualPayAsYouEarn VAT ConstructionIndustryScheme TaxCredits HighIncomeChildBenefitCharge MakingTaxDigitalIncomeTax MakingTaxDigitalVat Trusts

SelfAssessment CorporationTax PayeForEmployers IndividualPayAsYouEarn VAT ConstructionIndustryScheme TaxCredits HighIncomeChildBenefitCharge MakingTaxDigitalIncomeTax MakingTaxDigitalVat Trusts

statusenum

NotRequested Requested Granted

NotRequested Requested Granted

isRequiredboolean

True if any of the client's active or proposed services require this authorisation type

True if any of the client's active or proposed services require this authorisation type

JSON Example

{
  "authorisationType": "SelfAssessment",
  "status": "NotRequested",
  "isRequired": false
}