Hotels com Provider

FREEMIUM
Por Tipsters CO | Actualizada 23 days ago | Travel
Popularidad

9.9 / 10

Latencia

1,556ms

Nivel de servicio

100%

Health Check

100%

Volver a todas las conversaciones

Redirect user for booking

Rapid account: Umaidashraf 0
umaidashraf0
4 months ago

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 months ago

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 4 months ago

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.

Únase a la conversación, añada un comentario a continuación:

Inicie sesió/Regístrese para publicar nuevos comentarios