Request to retry failed trips
This service can be used to initiate a retry for sending trip data for all trips that did not successfully reach your service.
As mentioned in the push trip data section, if your service is down or fails to accept trip data, the system will automatically retry pushing the data the following day. However, we understand that you may need the data sooner. In such cases, we recommend using this service.
This operation is asynchronous. The response contains the number of trips that will be sent again, along with a unique task identifier, which can be used to monitor the progress of the retry.
If a task is already in progress, the service will return an error.
If you have your enterprise API key, you can try the API via this link.
Response
The table below summarizes the response parameters.
taskId
string
Unique identifier of the created task
nbItems
integer
Number of trips that will be sent again (previously in a FAILED
state)
Last updated