Travelport / travelport-uapi-tutorial-c-sharp

The travelport-uapi-tutorial-c-sharp is a C# project for Universal API that will help you connect and code a standard Air availablity call and Hotel search, details, and booking flow.
34 stars 30 forks source link

Total Price in LowFareSearch ReS #220

Closed YousifALF closed 3 years ago

YousifALF commented 3 years ago

Hello,
How can I display the total price from LowFareSearch Function? just like the image below, I couldn't find it In the LowFareSearchRes Img

YousifALF commented 3 years ago

Hello, Any help so far?

RicOsiro commented 3 years ago

Hi,

the xpath is the LowFareSearchRsp/AirPricePointList/AirPricePoint@TotalPrice

More details about the response structure https://support.travelport.com/webhelp/uapi/uAPI.htm#Air/Low_Fare_Shopping/Low_Fare_Shopping_by_Price_Points.htm?TocPath=Air%257CAir%2520Shopping%2520and%2520Booking%257CLow%2520Fare%2520Shopping%257C_____4

YousifALF commented 3 years ago

@RicOsiro Thanks issue solved