We have implemented Student Fare for 6E(Indigo), SG(SpiceJet), I5(AirAsia) & GDS:
Client need to pass 'ResultFareType' node to get the Student fare and below are the enums for the same-
How to Pass in Search Request
POST: { "action": "flightSearch", "adults": "1", "children": "0", "infants": "0", "isoneway": "Yes", "From_IATACODE": "DEL", "To_IATACODE": "BOM", "departure_date": "2023-10-09", "return_date": "2023-10-10", "Flights_category": "Economy", "ResultFareType": "5" }
How to Pass in Ticket Request
POST: { "action": "ticketForLcc", "IsLCC": "1", "isoneway": "Yes", "isDomestic": "Yes", "IsDomesticReturn": "No", "TraceId": "1116e17e-6205-457d-aeaa-9e10868f10f4", "ResultIndex": "OB1", "Passengers": [ { "Title": "Mr", "FirstName": "Test", "LastName": "Booking", "PaxType": "1", "DateOfBirth": "1950-07-17T00:00:00", "Gender": 1, "AddressLine1": "D-88 Ground Floor Sector 17 Vashi, Navi mumbai", "AddressLine2": "", "City": "Navi Mumbai", "CountryCode": "IN", "CountryName": "India", "Nationality": "IN", "ContactNo": "8882198033", "Email": "praveen@thewebconz.com", "IsLeadPax": true, "PassportNo": "", "PassportExpiry": "", "Fare": { "Currency": "INR", "BaseFare": 3870, "Tax": 787, "YQTax": 0, "AdditionalTxnFeePub": 0, "AdditionalTxnFeeOfrd": 0, "OtherCharges": 59, "Discount": 0, "PublishedFare": 4657, "OfferedFare": 4571.57, "TdsOnCommission": 34.17, "TdsOnPLB": 0, "TdsOnIncentive": 0, "ServiceFee": 0 }, "DocumentDetails": [ { "PaxId": 0, "ResultFareType": 0, "DocumentTypeId": "StudentId", //SeniorCitizenId "DocumentNumber": "12774" } ], "GSTCompanyAddress": null, "GSTCompanyContactNumber": null, "GSTCompanyName": null, "GSTNumber": null, "GSTCompanyEmail": null } ] }