Shuttlefare
  • Overview
  • Integration Flow
    • Workflow
    • Get Fare Quotes
    • Book Reservation
    • Cancel Reservation
  • ENDPOINTS
    • Search
    • Book
    • Cancel
Powered by GitBook
On this page

Was this helpful?

  1. Integration Flow

Book Reservation

The next step involves the user selecting a service provider and associated vehicle and rate.

Additionally to data from the rate, you will be required to pass all contact details from the passengers: names, email addresses, phone number and flight data (if relevant). Passengers are also able to send special instructions to providers, if supported by them (e.g. “Sign with name” or “Please call me to get access to my apartment complex”).

After a reservation is placed successfully, our API will return the reservation information along with a confirmation id that may be used for further requests (for example: cancellations ).

_id field is the id that you will be using to refer to the reservation. You may use that id to cancel the reservation for example

PreviousGet Fare QuotesNextCancel Reservation

Last updated 4 years ago

Was this helpful?