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/retryDetails
| Endpoint | Method |
|---|---|
/api/v3/reports/{uuid}/retry | POST |
Input parameters
| Field | Description |
|---|---|
uuid | The universally unique identifier of the report. |
Output parameters
| Field | Type | Description |
|---|---|---|
uuid | String | The universally unique identifier of the report. |
status | String | The status of the report. Possible value: Queued. |
message | String | The message associated with the request. |
Updated 14 days ago
Did this page help you?
