API Docs / Schemas / UpdateClientAgentAuthorisationRequest

UpdateClientAgentAuthorisationRequest

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

JSON Example

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