Retry Failed Report

Use this request to try a failed report again.

To try a failed report again, use the following URL and the POST method:

{service_url}/api/v3/reports/{uuid}/retry

Here, {service_url} is the URL of the sandbox or production environment, and {uuid} is the universally unique identifier of the report.

Example:

https://reporting-api.marketplace.taxamo.com/api/v3/reports/ABcasdaw%5B%5Dpdqweqwescasad/retry

Details

EndpointMethod
/api/v3/reports/{uuid}/retryPOST

Input parameters

FieldDescription
uuidThe universally unique identifier of the report.

Output parameters

FieldTypeDescription
uuidStringThe universally unique identifier of the report.
statusStringThe status of the report. Possible value: Queued.
messageStringThe message associated with the request.

Did this page help you?