v1
latestOpenAPI 3.0.32026-07-1341895.4 KBDeclare monthly report as complete
Use this endpoint to confirm that all data has been submitted.
Declaring a report as complete is a legal confirmation that your monthly reporting obligations are met. It confirms that all required data has been filed by the deadline, but it is not an attestation that the submitted data is correct. After this step, no further data can be added for that month.
The API checks whether the reporting window is open and whether a report has already been submitted for the specified tax year and report month. If either condition is not met, the API returns a 403 Forbidden response.
If the submission completes successfully, the response includes:
- a confirmation that the report is complete
- a URL to retrieve the results summary after the reporting window closes
- a box ID for the Push-Pull Notifications Service (PPNS)
Path parameters
A unique identifier assigned by HMRC to each approved ISA manager. Format: 'Zxxxx'.
Tax year of the report.
Month of the report.
Headers
Bearer token for authentication.
Request body
Response
Submission completed. Reconciliation results will be available after processing is complete.
Example response
{
"reportResultsSummaryLocation": "https://test-api.service.hmrc.gov.uk/obligations/declaration/isa/return/monthly/Z1234/2025-26/APR/results/summary",
"boxId": "1c5b9365-18a6-55a5-99c9-83a091ac7f26"
}