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

CreateReservation with option (block price) #642

Open by-tech opened 5 years ago

by-tech commented 5 years ago

Dear team

Is there any solution to do Booking in 2 steps : CreateReservation and obtain a PNR, valide for example for 24 hours and then a service to valide definitivly the reservation (Issuing it)

So my question is "is it possible to Block (do an option) on booking...and valide them (in same price) later

Regards

NirandaG commented 5 years ago

Hi, Yes you can use AirCreate to create a PNR and you could do validation using AirPrice when issuing the ticket. This can be achieved in two separate processes. Rgds, Niranda

by-tech commented 5 years ago

thanks Niranda

so generate a PNR is not considered as complete booking ? it"s not an official travel document ?

So what is the session timeout to valide an PNR ?

Issuing the ticket = AirTicketingReq . right ?

Regards