Hotel Website Integration with RateTiger Booking engine

The RateTiger booking engine is easy to integrate with just a few simple steps. There are two ways in which a website can be integrated with the booking engine, and the search pattern will work accordingly. The hotel needs to decide how they would like the search and results to occur when connecting both systems.

Easy search option

The first option allows website developers to simply place a 'Book Now' button on their main website, similar to the one shown in the image below.

When the 'Book Now' button on the main website is clicked, it should redirect to the booking engine calendar page using the following redirection URL.The Easy search feature supports multiple languages, and the language code needs to be passed in the URL to ensure that the calendar page opens in the same language.

https://[hotelname].seebooking.com/#/home?lang=DE


From the calendar page, you can search with stay dates and occupancy to obtain availability and price results.


Advanced Search Option

The second option is more advanced compared to the first option. With this option, stay dates and occupancy can directly be searched on the main website, which will then lead to the booking engine result page displaying availability and prices. To implement this model, website developers will need to pass specific data as parameters in the search URL to the booking engine.

Sample URL

https://[hotelname].seebooking.com/#/roomlist?checkin=[date]%20[month]%20[year]&checkout=[date]%20[month]%20[year]&lang=EN&noOfAdults=[adultcount]&noOfChildren=[childcount]&noOfRooms=1&childrenAge=[agecount,agecount]&code=[promocode]

Parameter Name Description Sample Required
checkin dd mmm yyyy 02 jun 2023 Yes
checkout dd mmm yyyy 05 jun 2023 Yes
lang String EN, DE, ES, PT Optional
noOfAdults Integer value Up to 6 adults supported Yes
noOfChildren Integer value Up to 3 children supported in RT booking engine Yes
noOfRooms Integer value Default = 1 Yes
childrenAge Integer Value Default = 0 Optional
hid Integer Only for chain hotels Optional
code String pro123 Optional

The successful search query shall give results as below.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.