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