3. Search Flow

The search flow for hotels  is quite simple:
  1. You start off with a destination search, specifying the destination, the dates, and pax.
  2. As a response, you'll get a session id, with no results
  3. Take the session id and run a destination poll
  4. You'll get results, and a status of the search conducted
  5. Repeat step 3, until you feel like you have enough results, or the search status is returned as "done"
  6. Let your user choose a property, and run a Room request
  7. Get the available room results, and you're ready to book!

Comments