Trip updates
Once a trip is booked, there are no further required steps before completion. However, during the trip there are often a number of tasks that might need to be performed, depending upon user needs or for creating a richer user experience.
Related tasks
Get the location of a trip
Call the /bookings/{id}/track
endpoint. The {id} parameter is the Booking ID. The response will contain the location of the vehicle serving an in-progress booking.
Cancel a trip
Call the /bookings/{id}/cancel
endpoint. The {id} parameter is the Booking ID. A reason for cancelling the trip is required in the body of the post.
Reference
Service | API reference | Errors reference |
---|---|---|
Bookings | Bookings | Bookings Errors |
Troubleshooting
Some potential errors you might encounter are:
Error | Solution |
---|---|
Invalid request payload | Check the request body for invalid parameter names or values. |
Updated about 5 years ago
What’s Next