API Docs / Schemas / SubmitLetterAuthCodeRequest

SubmitLetterAuthCodeRequest

Request to submit the authorisation code received by post from HMRC (letter-based flow).

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

authorisationCode*string

The authorisation code from the letter HMRC posted to the client

The authorisation code from the letter HMRC posted to the client

JSON Example

{
  "authorisationType": "SelfAssessment",
  "authorisationCode": "string"
}

Used By Operations