API Docs / Operations / Client - MTD Income Sources / Set Accounting Basis

Set Accounting Basis

PUT /tenants/{tenant}/clients/{client}/mtd/businesses/{businessId}/{taxYear}/accounting-type

Sets the accounting basis — cash or accruals — for one income source and tax year. HMRC accept this during the year and up to the tax return; after that the year's basis is fixed and HMRC refuse the change. It changes how the year's figures are computed, so it belongs before the figures are prepared.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
businessId* path string
taxYear* path string
{
  "accountingType": "Cash"
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found