API Docs / Schemas / SetMtdAccountingTypeRequest

SetMtdAccountingTypeRequest

Sets the accounting basis — cash or accruals — for one income source and tax year.

HMRC accept this during the tax year and up to the tax return; after that the year's basis is
fixed. It changes how the year's figures are computed, so it belongs before the figures are
prepared rather than after.

Properties

Name Type Description
accountingType*enum

Cash Accrual

Cash Accrual

JSON Example

{
  "accountingType": "Cash"
}

Used By Operations