Booking Flow
Flight Availability Search
Gets all the available results for the requested search criteria for a given Origin-Destination
Gets source wise results for a given Origin-Destination
Validate Fare Method
Used to determine the Availability of the selected fare by re-pricing. If the selected fare is not available, this service will return as false, then Booking for the selected airline need to terminate.
Fare Rule
Gets all fare rules associated with the selected result/flight
Booking Method
Used immediately after revalidation to secure the fare by Booking the seats in case of ‘Public’ and ‘Private’ fare types for a certain time limit, where as in case of ‘WebFare’ type, this service determines the purchase.
Order Ticket
To be called to generate ticket Non LCCs (already booked itinerary - Public and Private Fare types only). For LCCs instant confirmation will get from Book method itself.
Trip Details
Used to request trip details for the giving Booking reference number after OrderTicket. This method return Ticket numbers, PNR & all other fares, flight itinerary details.