v3
latestOpenAPI 3.0.32026-08-01105115.9 KBRetrieve Late Accounting Date Rule Election
This endpoint allows a customer to retrieve the Late Accounting Date Rule election they have on record for their given tax year. A National Insurance number, business ID and tax year must be provided.
Test data
Scenario simulation using Gov-Test-Scenario headers is only available in the sandbox environment.
| Header Value (Gov-Test-Scenario) | Scenario |
|---|---|
| N/A - DEFAULT | Simulates a success response. |
| NOT_FOUND | Simulates the scenario where no data is found. |
| STATEFUL | Performs a stateful retrieve. |
Path parameters
National Insurance number, in the format AA999999A
A unique identifier for the self-employment business. Property business IDs will return a 404. It must conform to the following regex: ^X[A-Z0-9]{1}IS[0-9]{11}$
The tax year the data applies to. The start year and end year must not span two tax years. No gaps are allowed, for example, 2025-27 is not valid.
Headers
Specifies the response format and the version of the API to be used.
An OAuth 2.0 Bearer Token with the read:self-assessment scope.
Only in sandbox environment. See Test Data table for all header values.
Response
Success
Example response
{
"disapply": true,
"eligible": true,
"taxYearOfElection": "2025-26",
"taxYearElectionExpires": "2025-26"
}