Set 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
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| client* | path string | |
| businessId* | path string | |
| taxYear* | path string | |
Request Body*
{
"hasPeriodsOfAccount": false,
"periods": [
{
"startDate": "...",
"endDate": "..."
}
]
}
Responses
200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found