v1
latestOpenAPI 3.0.32026-07-132236.5 KBAcknowledge Report
Acknowledge a HMRC Self Assessment Assist Report
This endpoint allows a developer to acknowledge that the given report has been displayed in full to the customer or agent.
post/individuals/self-assessment/assist/reports/acknowledge/{nino}/{reportId}/{correlationId}
Path parameters
ninostring required
Example:TC663795B
National Insurance number, in the format AA999999A
reportIdstring required
Example:579800fe-e047-cd40-b3e4-0e14b1f183a8
The unique identifier for the report. Must conform to the regular expression: ^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$
correlationIdstring required
Example:BD5A1B594995A197D528ECCF4BC6EA793C869B2F75333902F043E35561B927C4
The correlation ID of the report.
Headers
Accept'application/vnd.hmrc.1.0+json' required
Specifies the response format and the version of the API to be used.
Authorizationstring required
Example:Bearer bb7fed3fe10dd235a2ccda3d50fb
An OAuth 2.0 Bearer Token with the write:self-assessment-assist scope.
Response
Success (No Content)