These docs are for v1.0. Click to read the latest docs for v2.0.

Trip updates

  1. Prerequisites
  2. Plan a trip
  3. Get quotes
  4. Book a trip
  5. Trip updates
  6. Trip completion

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

ServiceAPI referenceErrors reference
BookingsBookingsBookings Errors

Troubleshooting

Some potential errors you might encounter are:

ErrorSolution
Invalid request payloadCheck the request body for invalid parameter names or values.

What’s Next