API Docs / Operations / Client - MTD Income Sources / Set Periods Of Account

Set Periods Of Account

PUT /tenants/{tenant}/clients/{client}/mtd/businesses/{businessId}/{taxYear}/periods-of-account

Declares whether a self-employment income source draws its accounts to periods other than the tax year, and if so what those periods are — a full replacement of the year's declaration, required before the tax return. The two halves must agree: periods are required when the business has them and must be absent when it does not.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
businessId* path string
taxYear* path string
{
  "hasPeriodsOfAccount": false,
  "periods": [
    {
      "startDate": "...",
      "endDate": "..."
    }
  ]
}

Responses

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