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.
45 stars 34 forks source link

Is it possible to directly request a reservation and change the date of ticketed information? #803

Closed kim00425 closed 2 years ago

kim00425 commented 2 years ago

i have 2 questions.

  1. usually our service follow this steps:

shopping(LowFareSearchReq) => pricing(AirPriceReq) => booking(AirCreateReservationReq)

but i want make a reservation. with other PCC Reservation.

shopping(LowFareSearchReq WITH PCC A) => pricing(AirPriceReq WITH PCC A) => booking(AirCreateReservationReq WITH PCC B AND pricing information that selected shopping item with PCC A)

is this possible in UAPI??

  1. after round-trip ticketing, i would like to change only the outbound flight or the incoming flight. Is this possible in UAPI?
RicOsiro commented 2 years ago

Hi,

it is depends on the PCC and Fare configuration. On UAPI it is possible to emulate different PCCs, so you can access and perform actions on PNR if the settings and business rules allow. The change flights is one of available features on UAPI, you could follow the steps according to documentation to change the outbound flight. You can request help for your specific PCC settings directly to account manager and assistance to XMLs on MyTravelport (https://my.travelport.com/), a private channel to exchange some request/response.

thanks and regards

kim00425 commented 2 years ago

@RicOsiro thanks!!