Travelport / travelport-uapi-tutorial

The travelport-uapi-tutorial is a Java project for Universal API that will help you connect and code a standard workflow including Air and Hotel.
43 stars 34 forks source link

General Questions about travelport API #82

Open jadchahine opened 7 years ago

jadchahine commented 7 years ago

Dear All,

Please find below some questions concerning travelport API:

1- Hotel Search

Once we issue a hotel search, does the response detailed information about the hotel, such as exact location, google maps longitude and latitude, contact info (email, phone, fax), hotel image gallery, room facilities (internet, how many bed, how many sofa bed, bathroom type …) ?

2- Flight Search

Does the response include, Terms and Conditions, cancellation fees, refund info, meals info, seat info etc.. ?

3- Currency

Does the travelport API provide the currency reference table, and what about the conversion rates, does the travelport API provide conversion rates also?

Thanks&Regards

vivekjyotipramanik commented 7 years ago

Hi Jad,

Please find below the answers to your questions. Please let me know how it goes. Thanks.

1 - Hotel Search

HotelSearch allow search with latitude and longitude. But coordinate locations in Search response are only supported if the TargetBranches are provisioned for coordinate location response. Special provisioning by Travelport is required for this. Please find below the link with the details.

https://support.travelport.com/webhelp/uapi/uAPI.htm#Hotel/Hotel_Search/HotelSearchLocation/CoordinateLocation.htm%3FTocPath%3DHotel%7CHotel%2520Shopping%2520and%2520Booking%7CHotel%2520Search%7CHotel%2520Location%2520Search%2520Modifiers%7C_____4

Hotel Contact Info is supported in HotelDetailsRsp. It will provide all the details like contacts, phone etc. Please find below the link.

https://support.travelport.com/webhelp/uapi/uAPI.htm#Hotel/Hotel_Description/Requesting_General_Property_Description.htm%3FTocPath%3DHotel%7CHotel%2520Shopping%2520and%2520Booking%7CHotel%2520Description%7C_____1

Hotel Amenities will be returned in response if requested. Please find below the link with the details.

https://support.travelport.com/webhelp/uapi/uAPI.htm#Hotel/Shared_Hotel_Topics/Hotel Amenities.htm%3FTocPath%3DHotel%7CHotel%2520Shopping%2520and%2520Booking%7CHotel%2520Search%7CHotel%2520Search%2520Modifiers%7C_____11

Hotel Image gallery is returned in HotelMediaLinksRsp. Please find below the link with details.

https://support.travelport.com/webhelp/uapi/uAPI.htm#Hotel/Hotel_Media/Hotel_Media.htm%3FTocPath%3DHotel%7CHotel%2520Shopping%2520and%2520Booking%7C_____5

Please find below a complete end to end flow sample.

https://support.travelport.com/webhelp/uapi/Content/SampleWeb/Individual_Sample_Pages/007-1G_Hotel_MinimumData.htm

2 - Flight Search

Flight Search response will only provide AirSegment details, itinerary details and pricing options. To get the terms and conditions and cancellation fees we can run FareRules for a particular fare. Please find below the link with details. Also, AirPriceRsp would provide this detail.

https://support.travelport.com/webhelp/uapi/uAPI.htm#Air/Air_Tariff/Fare_Display.htm%3FTocPath%3DAir%7CAir%2520Shopping%2520and%2520Booking%7COptional%2520Air%2520Transactions%7C_____1

https://support.travelport.com/webhelp/uapi/uAPI.htm#Air/Fare_Rules/Fare_Rules.htm%3FTocPath%3DAir%7CAir%2520Shopping%2520and%2520Booking%7C_____5

Included in price baggage info will be returned in AirPriceRsp. Please find below the link with details.

https://support.travelport.com/webhelp/uapi/uAPI.htm#Air/Air_Pricing/Air_Pricing.htm%3FTocPath%3DAir%7CAir%2520Shopping%2520and%2520Booking%7CAir%2520Pricing%7C_____0

All the flight related details can be retrieved using FlightDetailsReq. Please find below the link with details.

https://support.travelport.com/webhelp/uapi/uAPI.htm#Air/Flight_Details/Flight_Details.htm%3FTocPath%3DAir%7CAir%2520Shopping%2520and%2520Booking%7COptional%2520Air%2520Transactions%7C_____2

Seat information can be retrieved using SeatMapReq. Please find below the link with details.

https://support.travelport.com/webhelp/uapi/uAPI.htm#Seat Maps/Seat_Maps.htm%3FTocPath%3DAir%7CSeat%2520Maps%7C_____0

All the available paid services and their availability can be retrieved using AirMerchandisingOfferAvailability.Please find below the link with details.

https://support.travelport.com/webhelp/uapi/uAPI.htm#Standalone_Merchandising/Availability/Air_Merchandising_Offer_Availability.htm%3FTocPath%3DAir%7CAir%2520Merchandising%7CAir%2520Merchandising%2520Offer%2520Availability%2520Overview%7C_____1

3- Currency

There is a CurrencyConversionReq service which can be used for Currency Conversion between two Currencies. It is available as part of Util schema.

Thanks & Regards Vivekjyoti Pramanik

anantksingh commented 5 years ago

Hi,

3- Currency

There is a CurrencyConversionReq service which can be used for Currency Conversion between two Currencies. It is available as part of Util schema.

vivekjyotipramanik commented 5 years ago

Hi anantksingh,

It is part of the util schema. Thanks.

anantksingh commented 5 years ago

Hi Vivekjyoti, Thank you to reply how i will use CurrencyConversionReq ?