xml - which soap Api is used to make reservation for multiple passenger in Sabre -


i using sabre soap api, response bargain max finder soap.
now want make reservation number of searched passengers. soap api used make reservation multiple passenger in sabre.
secondly there soap api pass passenger information in request.

you can use combination of 2 apis in order book air itinerary , submit passenger information, complete pnr:

enhancedairbook: https://developer.sabre.com/docs/read/soap_apis/air/book/orchestrated_air_booking

passengerdetails: https://developer.sabre.com/docs/read/soap_apis/management/itinerary/passenger_details


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -