Flight

APIDescription
POST api/Flight/Authenticate

Authenticate

POST api/Flight/AgencyBalance

Get Agency's current balance using this method.

POST api/Flight/Availability

The availability method offers the cheapest fare choices as well as information on the flights that are currently available.

POST api/Flight/FareRule

FareRule To obtain the terms and conditions of a specific flight option's fare, use the FareRule method. It includes the fare base code as well as other pertinent information.

POST api/Flight/Pricing

The chosen route must be re-priced using a pricing technique. If the selected fare is available, it will answer with a full fare breakdown, check-in baggage , mandatory booking details, and a list of any available SSRs, meal, baggage, and other services.

POST api/Flight/SpecialService

POST api/Flight/SeatAvailability

SeatAvailability method is used to get the seatmap of a specific flight option. It contains the seat details and relevant details associated with it, such as seat restrictions and amount.

POST api/Flight/AddPassengerDetails

This Method is used to Add Passenger Details on already created itinerary on server.If Passenger details add sucessfully then it's give all itinerary details for confirm the booking.

POST api/Flight/Booking

Booking The booking technique is used to reserve seats, meals, luggage, and other ancillary services for one or more people together with route information (air itinerary), traveller’s information, and contact information for a specific itinerary based on the most recent price quote.

POST api/Flight/GetBookingDetails

POST api/Flight/CancelBooking

POST api/Flight/GetChangeRequestStatus

POST api/Flight/GetCalendarFare