Hotels com Provider

FREEMIUM
Durch Tipsters CO | Aktualisiert 20 giorni fa | Travel
Popularität

9.9 / 10

Latenz

1,544ms

Service Level

100%

Health Check

100%

Zurück zu allen Diskussionen

Redirect user for booking

Rapid account: Umaidashraf 0
umaidashraf0
4 mesi fa

How can I redirect the user to hotels.com url for specific hotel to actually book the room? I have the hotel Id in hotel search response, but not the url.

Rapid account: Donald Steve
DonaldSteve Commented 3 mesi fa

HOW I RECOVERED MY LOST CRYPTO: Steve Hacker has my heartfelt gratitude for his incredible assistance in overcoming my cryptocurrency challenges. His knowledge and proficiency in the world of cryptocurrencies are truly outstanding. Taking the time to comprehend my situation, Steve offered practical advice and helped me navigate the complexities. A reliable professional, Steve is passionate about helping others succeed in the crypto space. If you’re facing crypto-related hurdles, don’t hesitate to contact him on Gmail: hackersteve911@gmail.com

Rapid account: Tipsters
tipsters Commented 3 mesi fa

Hello!

You need expediaPropertyId or hotel ID, roomTypeCode and rateCode. You can get this from the room availability point /v2/hotels/offers.

You need to make a URL like this:

https://de.hotels.com/booking/details.html?bookingRequest.bookingApiVersion=v3
&init=true
&pos=HCOM_DE
&locale=de_DE
&bookingRequest.currency=EUR
&bookingRequest.expediaPropertyId=4528381
&bookingRequest.tspid=24
&bookingRequest.items[0].roomTypeCode=201904488
&bookingRequest.items[0].rateCode=209619035
&bookingRequest.items[0].arrivalDate=2024-02-01
&bookingRequest.items[0].departureDate=2024-02-02
&bookingRequest.items[0].businessModel=MERCHANT
&bookingRequest.items[0].roomOccupancies[0].numberOfAdults=2
rateUpsell=false
additionalAmount=0
&roomUpsell=false
&propertyUpsellAmount=0
&rateUpgradeEligible=false
&roomUpgradeEligible=true
&swpApplied=false

Regards. Tipsters.

Nehmen Sie an der Diskussion teil - fügen Sie unten einen Kommentar hinzu:

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen