This method is used to retrieve booking details and booking status of an existing booking using BookingId, PNR or TraceId as the search parameter. It is typically used after a booking has been made to capture a current snapshot of the reservation.
If Booking Id is received as 0 then please call GetBookingDetails using Trace id or PNR with First Name and Last Name of the lead passenger.
Service URL (REST) to be used:
http://api.tektravels.com/BookingEngineService_Air/AirService.svc/rest/GetBookingDetails
GetBookingDetails Method can be call by using multiple way, Below are the request cases to get the response.
Request 1: EndUserIp, TokenId, BookingId
Request 2: EndUserIp, TokenId, BookingId, PNR
Request 3: EndUserIp, TokenId, PNR, First Name
Request 4: EndUserIp, TokenId, PNR, Last Name
Request 5: EndUserIp, TokenId, PNR, First Name, Last Name
Request 6: EndUserIp, TokenId,TraceId