This API returns a list of flights as per the requested search criteria.
• Should fetch from Provider, Flight Availability with respect to the search parameters.
• Availability and Fare Caching is handled at WebConnect End.
• Multi City search need NOT be handled at Connector End.
• Should process provider response and apply filters.
• Need to provide each product class/Fare as separate flight.
• Should implement OneWay Search (ON) and Return Special Fare Search (RS).
• Any Currency Conversions need NOT be handled, WebConnect will handle it.
• Departure/Arrival Date and Time should be in Local Date and Time of the Departure/Arrival Airport.
• Request with “SearchType” as “RT” NOT to be handled at Connector End. Web Connect will send two separate Oneway calls (SearchType – “ON”) to Connector.
• When SearchType is “RS”, combinations to be generated by setting same values for “ReturnIdentifier” in Onward and Return Flight Segments of Search Response. There should be a limit in the number combinations which need to be configurable from connector settings.
• Below filters/validations should be implemented in Connector.
– | Time Difference validation for Same day Round Trip search |
– | Direct Flight Filter |
– | Same Country Filter |
– | Blocked combination of Airlines in Round Trip Filter |
– | Refundable Fare Filter |
– | Product Class Filter |
• AdultFare, ChildFare, InfantFare, AdultTax, ChildTax and InfantTax are to be filled from provider response. Fields with Total values need not be filled by connector.
Field Name Description Sample NearByAirportNo 0 IsNearByAirport Whether the result should include NearBy airports as well false IsExtendedSearch When true, returns detailed output false IsBrandedFare false FromSector Departure Ariport Code "JED" ToSector Arrival Airport Code "LHE" OnwardJourneyDate Departure Date (YYYY-MM-DD) "2023-09-01" ReturnJourneyDate Arrival Date (YYYY-MM-DD) "2023-09-06" NumberOfAdults Number of Adults 1 NumberOfChild Number of Children 1 NumberOfInfants Number of Infants 1 SearchType Search Type "RS" “ON” – One way search “RS” – Round Trip Search “RT” – Onway – Oneway search (Need not be handled at Connector end) TripType "" NetAmount Net Amount 0 GrossAmount Gross Amount 0 ClassPreference Class Preference "E" PreferredAirline Preferred Airline "PF" TravelType "" CurrencyCode Currency Code "SAR" SID Schema Identifier "FLTAVAILINTNRM" DirectFlightsOnly Whether to include only direct flights in response. false PrivateFareEnable Whether to include Private Fare in response false FareType "N" TimePreference "" SpecificCriteria "" ChannelCode Channel Code "PF" DealCode "" BranchCode "" AccountCode "" SearchPreference "JED-LHE" Refundable “R” – Include only refundable fares "" “N” – Include only Non Refundable fares AlternateKey "" IsStudentFare false PNR "" ItineraryType "" AIDisplayLists null Parameters Name value pair containing Provider parameters and settings. This can very from connector to connector.
Sample Payload{ "NearByAirportNo": 0, "IsNearByAirport": false, "IsExtendedSearch": false, "IsBrandedFare": false, "FromSector": "JED", "ToSector": "LHE", "OnwardJourneyDate": "2023-09-01", "ReturnJourneyDate": "2023-09-06", "NumberOfAdults": 1, "NumberOfChild": 1, "NumberOfInfants": 1, "SearchType": "RS", "TripType": "", "NetAmount": 0.0, "GrossAmount": 0.0, "ClassPreference": "E", "PreferredAirline": "PF", "TravelType": "", "CurrencyCode": "SAR", "SID": "FLTAVAILINTNRM", "DirectFlightsOnly": false, "PrivateFareEnable": false, "FareType": "N", "TimePreference": "", "SpecificCriteria": "", "ChannelCode": "PF", "DealCode": "", "BranchCode": "", "AccountCode": "", "FLTIntAvltMCReqFlights": null, "SearchPreference": "JED-LHE", "Refundable": "", "AlternateKey": "", "IsStudentFare": false, "PNR": "", "ItineraryType": "", "AIDisplayLists": null, "Parameters": { "AUI": "300", "Utl": "b0e08291-9296-49f6-88f6-b4447532555", "Upl": "23101f68-344e-4f3a-b2d7-345b55915fa8", "TUI": "b0e08291-9296-49f6-88f6-b4447532a913|23101f68-344e-4f3a-b2d7-345b55915fa8|20230711145229", "Hosting": "GCC", "Region": "SA", "WORKFLOW": "FLTAVAILNRM", "HomeCurrencyCode": "SAR", "EnableForceBookingFail": "true", "Password": "34A5S82ia8L", "UserName": "akbartravelksa" }, "Trips": null }
Field Name Description Sample UTL Uniform Transaction Locator "b0e08291-9296-49f6-88f6-b4447532555" The same value received in the request to be passed in the response. CurrencyCode Currency Code of the connector "SAR" SID Schema Identifier. "FARES" This is a fixed value. DealCode Deal Code null UPL The same value received in the request to be passed in the response. "" NumberOfAdult The same value received in the request to be passed in the response. 1 NumberOfChild The same value received in the request to be passed in the response. 1 NumberOfInfant The same value received in the request to be passed in the response. 1 SearchType The same value received in the request to be passed in the response. "RS" OnwardJourneyDate Onward Journey Date "2023-09-01" ReturnJourneyDate Return Journey Date "2023-09-06" SectorType The same value received in the request to be passed in the response. "I" ClassPreference The same value received in the request to be passed in the response. "E" FromCache 0 FromSector Departure Airport Code "JED" ToSector Arrival Airport Code "LHE" SpecificCriteria The same value received in the request to be passed in the response. null TravelType The same value received in the request to be passed in the response. "R" FareType The same value received in the request to be passed in the response. "N" CacheID 0 IsStudentFare Whether Student Fare false Brand Brand "" GDSPRIORITY 0 TransactionDetails ResponseCount 0 ResponseStatus true – Some error/issue in the response false false – Successful response ResponseCode 200 – Success "" Any other value – There is some error/issue in response ResponseMessage Response Message "" ResponseEnquiry "" FLTDomAvltResFlights.FLTDomAvltResOnwardFlights ChannelCode Channel Code – Identifies the connector "PF" NoOfHoppings Number of Hoppints 0 RowNumber Row Number 1 SpecificCriteria Specific Criteria "" NoOfStops Number of Stops 0 OfferText Offer Text "" ConversationID ConversationID "186192|SB|2|6001|1 Piece(s) ( Total 20 KG )" AvailabilityType Availability Type "" TravelType O- Onward "O" R- RoundTrip Index Index should be in the format - |SerialNumber "PF|1" Serial Number will increase up to the total number of flights. StdDeal false FromCache "" IsCorporateFare Whether Corporate Fare "" DirectFlight 0 ReturnIdentifier This is the key to combine onward and return flights. Flight matching ReturnIdentifier in Onward and Return collections can be combined together. 0 FLTDomAvltResConnectionPoints MultiCityRefID Multicity Reference ID 0 FLTDomAvltResConnectionPoints.FLTDomAvltResFlightDetails AvailID Avail ID 0 FUID FUID 1 HoppingFlight Whether Hoppint Flight 0 ValidatingAirLineCode Validating Airline Code "PF" MarketingAirLineCode Marketing Airline Code "PF" OperatingAirLineCode Operating Airline Code "PF" FareBasisCode Fare Basis Code "Standard" FareBasisCodeCombinationID Fare Basis Code Combination ID "" AdultFareID Adult Fare ID 0 ChildFareID Child Fare ID 0 InfantFareID Infant Fare ID 0 FlightNo Flight Number "714" ArrivalDateTime Arrivate date and time "2023-09-01T08 0:00 PM " (YYYY-MM-DDTHH:mm:ss tt) (Destination location Local time) DepartureDateTime Departure date and time "2023-09-01T06 0:00 PM " (YYYY-MM-DDTHH:mm:ss tt) (Origin location Local time) ArrivalAirportCode Arrival Airport Code "LHE" DepartureAirportCode Departure Airport Code "JED" ArrivalTerminal Arrival Terminal "" DepartureTerminal Departure Terminal "" AirEquipType Air Equip Type "" BookingClass Booking Class "" CabinClass Cabin Class "E" Economy – “E” Business – “B” First Class – “F” Premium Economy – “PE” Refundable Whether Refundable "Y" Y – Refundable N- Non Refundable AvailableSeats Number of seats available 3 Cache Whether from Cache false ChangeOfGuage Change of Guage false RPH RPH "" FlightId Flight ID "" JourneyDuration Journey Duration "02h 00m" ActionStatusCode Action Status Code "" FareSequence Fare Sequence "Standard Baggage" RuleNumber Rule Number "" FareApplicationType Fare Application Type "" ProductClass Product Class "SB" State State "" AdultSeats Adult Seats 1 ChildtSeats Children Seats 1 InfantSeats Infant Seats 1 NightFlight Whether Night Flight "" PrivateFareType Private Fare Type "PB" FLTDomAvltResHoppingDetails Hopping Flight Details [] MiscellaneousData null DealApplicableType "" ParticipantLevel "" LinkAvailability "" PolledAvlOption "" Source null DisplayType "" IsCorporateFare Whether Corporate Fare false AirCraft "" Amenities "" ChildFareBasisCode Child Fare Basis Code "" InfantFareBasisCode Infant Fare Basis Code "" FCBeginAirport "" FCEndAirport "" HoldInfo "" ServiceID "" ServiceBundleName "" BundleDescription "" IsStudentFare Whether Student Fare false FareComponentDirectionality "" ServiceBundleAmt 0 FLTDomAvltResFareDetails AdultTax AdultTax 0 AdultServiceTax AdultServiceTax 0 AdultServiceCharge 0 AdultTransactionFee 0 AdultCommission 0 AdultIATACommission 0 AdultPLBCommission 0 AdultTDSOnCommission 0 AdultDiscount 0 AdultTDSOnDiscount 0 AdultGrossFare 0 AdultNetFare 0 AdultAddonIATACommission 0 AdultServiceTaxUponIataCommission 0 AdultSupplierFare 0 AdultAdditionalDiscount 0 AdultAditionalServiceTaxUponDiscount 0 AdultCustomerFare 0 ChildFare ChildFare 0 ChildTax ChildTax 0 ChildServiceTax 0 ChildServiceCharge 0 ChildTransactionFee 0 ChildCommission 0 ChildIATACommission 0 ChildPLBCommission 0 ChildTDSOnCommission 0 ChildDiscount 0 ChildTDSOnDiscount 0 ChildGrossFare 0 ChildNetFare 0 ChildAddonIATACommission 0 ChildSupplierFare 0 ChildCustomerFare 0 ChildAdditionalDiscount 0 ChildAditionalServiceTaxUponDiscount 0 ChildServiceTaxUponIataCommission 0 InfantFare InfantFare 0 InfantTax InfantTax 0 InfantServiceTax 0 InfantServiceCharge 0 InfantTransactionFee 0 InfantCommission 0 InfantIATACommission 0 InfantPLBCommission 0 InfantTDSOnCommission 0 InfantDiscount 0 InfantTDSOnDiscount 0 InfantGrossFare 0 InfantNetFare 0 InfantAddonIATACommission 0 InfantServiceTaxUponIataCommission 0 InfantSupplierFare 0 InfantCustomerFare 0 InfantAdditionalDiscount 0 InfantAditionalServiceTaxUponDiscount 0 TotalBaseFare TotalBaseFare 0 TotalTax TotalTax 0 TotalServiceTax 0 TotalServiceCharge 0 TotalTransactionFee 0 TotalCommission 0 TotalTDSOnCommission 0 TotalDiscount 0 TotalTDSOnDiscount 0 TotalAdditionalDiscount 0 GrossFare 0 NetFare 0 CustomerFare 0 SupplierFare 0 BookingFeeAmount BookingFeeAmount 0 BookingFeeCode BookingFeeCode 0 AdultFareID AdultFareID 0 ChildFareID ChildFareID 0 InfantFareID InfantFareID 0 AdultServiceTaxUponPLBCommission 0 ChildServiceTaxUponPLBCommission 0 InfantServiceTaxUponPLBCommission 0 AdultServiceTaxUponDiscount 0 ChildServiceTaxUponDiscount 0 InfantServiceTaxUponDiscount 0 AdultFare 0 AdultActualDiscount 0 AdultActualIataCommission 0 AdultActualPLBCommission 0 AdultActualAddONIataCommission 0 ChildActualDiscount 0 ChildActualIataCommission 0 ChildActualPLBCommission 0 ChildActualAddONIataCommission 0 InfantActualDiscount 0 InfantActualIataCommission 0 InfantActualPLBCommission 0 InfantActualAddONIataCommission 0 AdultVATonServiceCharge 0 AdultVATonTransactionFee 0 ChildVATonServiceCharge 0 ChildVATonTransactionFee 0 InfantVATonServiceCharge 0 InfantVATonTransactionFee 0 TotalVATonServiceCharge 0 TotalVATonTransactionFee 0 TotalAgentMarkUp 0 TotalMarkup 0 AdultAgentMarkup 0 ChildAgentMarkup 0 InfantAgentMarkup 0 AdultAgentTransactionFee 0 ChildAgentTransactionFee 0 InfantAgentTransactionFee 0 AdultAgentDiscount 0 ChildAgentDiscount 0 InfantAgentDiscount 0 TotalAgentDiscount 0 TotalAgentTransactionFee 0 AdultMarkup 0 ChildMarkup 0 InfantMarkup 0 AdultReissueCharge 0 ChildReissueCharge 0 InfantReissueCharge 0 WPNetFare 0 OldSSRAmount 0 ReissueCharge 0 AtoServiceCharge 0 RAFCharges 0 FLTDomAvltResTaxDetails AdultFuelTax AdultFuelTax 0 AdultPSFTax AdultPSFTax 0 AdultCongestionTax AdultCongestionTax 0 AdultJNTax AdultJNTax 0 AdultTotalTax AdultTotalTax 178 AdultAPITax AdultAPITax 0 AdultOtherTaxType Comma separated list of all tax codes for Adults that are not included individually. "FEESSURCHARGETAX" AdultOtherTax Comma separated list of all tax values for Adults that are not included individually. "860110" (Should match to AdultOtherTaxType) ChildFuelTax ChildFuelTax 0 ChildPSFTax ChildPSFTax 0 ChildCongestionTax ChildCongestionTax 0 ChildUserDevelopmentTax ChildUserDevelopmentTax 0 ChildJNTax ChildJNTax 0 ChildTotalTax ChildTotalTax 178 ChildAPITax ChildAPITax 0 ChildOtherTaxType Comma separated list of all tax codes for Children that are not included individually. "FEESSURCHARGETAX" ChildOtherTax Comma separated list of all tax values for Children that are not included individually. "860110" (Should match to AdultOtherTaxType) InfantFuelTax InfantFuelTax 0 InfantPSFTax InfantPSFTax 0 InfantCongestionTax InfantCongestionTax 0 InfantUserDevelopmentTax InfantUserDevelopmentTax 0 InfantJNTax InfantJNTax 0 InfantTotalTax InfantTotalTax 8 InfantAPITax InfantAPITax 0 InfantOtherTaxType Comma separated list of all tax codes for Infants that are not included individually. "FEESSURCHARGETAX" InfantOtherTax Comma separated list of all tax values for Infants that are not included individually. "800" (Should match to AdultOtherTaxType) TotalTax TotalTax 364 TaxFareBasisCode TaxFareBasisCode "" SectorList SectorList "" AdultUserDevelopmentTax AdultUserDevelopmentTax 0 FLTIntFareRuleRes TUI "" Code "" Msg "" Trips null FLTIntSSRRes TUI “” From Departure Airport Code “LHE” To Arrival Airport Code “JED” PaidSSR Whether Paid SSR or Free SSR Trips Journey Provider Provider / Channel Code “PF” Index Index “PF|1” Segments TripID “” FUID 1 VAC Validating Ariline Code “PF” Index Index “PF|1” SSR SSR Code SSR Code “BAG” Baggage – “BAG” Meal – “” Description Format is below “1 pc, 1 pc” pc, pc Eg: “1 pc, 1 pc” (Only the numbers need to be replaced here. Comma and spaces between the texts should not be changed.) PieceDescription Format is below “1 piece equals 20 Kg, 1 piece equals 7 Kg” Charge 0 Type Baggage – 2 2 Meal - n Category “” PTC Pax Type Code “ADT” Adult – “ADT” Child – “CHD” Infant - “INF” ID Sequence Number of SSR 0 MealImage Meal Image “”
Sample Payload{ "UTL": "b0e08291-9296-49f6-88f6-b4447532555", "CurrencyCode": "SAR", "SID": "FARES", "DealCode": null, "UPL": "", "NumberOfAdult": 1, "NumberOfChild": 1, "NumberOfInfant": 1, "SearchType": "RS", "OnwardJourneyDate": "2023-09-01", "ReturnJourneyDate": "2023-09-06", "SectorType": "I", "ClassPreference": "E", "FromCache": 0, "FromSector": "JED", "ToSector": "LHE", "SpecificCriteria": null, "TravelType": "R", "FareType": "N", "TransactionDetails": { "ResponseCount": 0, "ResponseStatus": false, "ResponseCode": "", "ResponseMessage": "", "ResponseEnquiry": "" }, "FLTDomAvltResFlights": { "FLTDomAvltResOnwardFlights": [ { "ChannelCode": "PF", "NoOfHoppings": 0, "RowNumber": 1, "SpecificCriteria": "", "NoOfStops": 0, "OfferText": "", "ConversationID": "186192|SB|2|6001|1 Piece(s) (Total 20 KG)", "AvailabilityType": "", "ReturnIdentifier": 1, "Index": "PF|1", "IsCorporateFare": "", "DirectFlight": 0, "TravelType": "O", "StdDeal": false, "FromCache": "", "FLTDomAvltResConnectionPoints": [ { "MultiCityRefID": 0, "FLTDomAvltResFlightDetails": { "AvailID": 0, "FUID": 1, "HoppingFlight": 0, "ValidatingAirLineCode": "PF", "MarketingAirLineCode": "PF", "OperatingAirLineCode": "PF", "FareBasisCode": "Standard", "FareBasisCodeCombinationID": "", "AdultFareID": 0, "ChildFareID": 0, "InfantFareID": 0, "FlightNo": "714", "ArrivalDateTime": "2023-09-01T08:00:00 PM ", "DepartureDateTime": "2023-09-01T06:00:00 PM ", "ArrivalAirportCode": "LHE", "DepartureAirportCode": "JED", "ArrivalTerminal": "", "DepartureTerminal": "", "AirEquipType": "", "BookingClass": "", "CabinClass": "E", "Refundable": "Y", "AvailableSeats": 3, "Cache": false, "ChangeOfGuage": false, "RPH": "", "FlightId": "", "JourneyDuration": "02h 00m", "ActionStatusCode": "", "FareSequence": "Standard Baggage", "RuleNumber": "", "FareApplicationType": "", "ProductClass": "SB", "State": "", "AdultSeats": 1, "ChildtSeats": 1, "InfantSeats": 1, "NightFlight": "", "PrivateFareType": "PB", "FLTDomAvltResHoppingDetails": [], "MiscellaneousData": null, "DealApplicableType": "", "ParticipantLevel": "", "LinkAvailability": "", "PolledAvlOption": "", "Source": null, "DisplayType": "", "IsCorporateFare": false, "AirCraft": "", "Amenities": "", "ChildFareBasisCode": "", "InfantFareBasisCode": "", "FCBeginAirport": "", "FCEndAirport": "", "HoldInfo": "", "ServiceID": "", "ServiceBundleName": "", "BundleDescription": "", "IsStudentFare": false, "FareComponentDirectionality": "", "ServiceBundleAmt": 0.0 }, "FLTDomAvltResFareDetails": { "AdultTax": 178.0, "AdultServiceTax": 0.0, "AdultServiceCharge": 0.0, "AdultTransactionFee": 0.0, "AdultCommission": 0.0, "AdultIATACommission": 0.0, "AdultPLBCommission": 0.0, "AdultTDSOnCommission": 0.0, "AdultDiscount": 0.0, "AdultTDSOnDiscount": 0.0, "AdultGrossFare": 462.0, "AdultNetFare": 462.0, "AdultAddonIATACommission": 0.0, "AdultServiceTaxUponIataCommission": 0.0, "AdultSupplierFare": 0.0, "AdultAdditionalDiscount": 0.0, "AdultAditionalServiceTaxUponDiscount": 0.0, "AdultCustomerFare": 0.0, "ChildFare": 213.0, "ChildTax": 178.0, "ChildServiceTax": 0.0, "ChildServiceCharge": 0.0, "ChildTransactionFee": 0.0, "ChildCommission": 0.0, "ChildIATACommission": 0.0, "ChildPLBCommission": 0.0, "ChildTDSOnCommission": 0.0, "ChildDiscount": 0.0, "ChildTDSOnDiscount": 0.0, "ChildGrossFare": 391.0, "ChildNetFare": 391.0, "ChildAddonIATACommission": 0.0, "ChildSupplierFare": 0.0, "ChildCustomerFare": 0.0, "ChildAdditionalDiscount": 0.0, "ChildAditionalServiceTaxUponDiscount": 0.0, "ChildServiceTaxUponIataCommission": 0.0, "InfantFare": 28.0, "InfantTax": 8.0, "InfantServiceTax": 0.0, "InfantServiceCharge": 0.0, "InfantTransactionFee": 0.0, "InfantCommission": 0.0, "InfantIATACommission": 0.0, "InfantPLBCommission": 0.0, "InfantTDSOnCommission": 0.0, "InfantDiscount": 0.0, "InfantTDSOnDiscount": 0.0, "InfantGrossFare": 36.0, "InfantNetFare": 36.0, "InfantAddonIATACommission": 0.0, "InfantServiceTaxUponIataCommission": 0.0, "InfantSupplierFare": 0.0, "InfantCustomerFare": 0.0, "InfantAdditionalDiscount": 0.0, "InfantAditionalServiceTaxUponDiscount": 0.0, "TotalBaseFare": 0.0, "TotalTax": 364.0, "TotalServiceTax": 0.0, "TotalServiceCharge": 0.0, "TotalTransactionFee": 0.0, "TotalCommission": 0.0, "TotalTDSOnCommission": 0.0, "TotalDiscount": 0.0, "TotalTDSOnDiscount": 0.0, "TotalAdditionalDiscount": 0.0, "GrossFare": 0.0, "NetFare": 0.0, "CustomerFare": 0.0, "SupplierFare": 0.0, "BookingFeeAmount": 0.0, "BookingFeeCode": 0.0, "AdultFareID": 0.0, "ChildFareID": 0.0, "InfantFareID": 0.0, "AdultServiceTaxUponPLBCommission": 0.0, "ChildServiceTaxUponPLBCommission": 0.0, "InfantServiceTaxUponPLBCommission": 0.0, "AdultServiceTaxUponDiscount": 0.0, "ChildServiceTaxUponDiscount": 0.0, "InfantServiceTaxUponDiscount": 0.0, "AdultFare": 284.0, "AdultActualDiscount": 0.0, "AdultActualIataCommission": 0.0, "AdultActualPLBCommission": 0.0, "AdultActualAddONIataCommission": 0.0, "ChildActualDiscount": 0.0, "ChildActualIataCommission": 0.0, "ChildActualPLBCommission": 0.0, "ChildActualAddONIataCommission": 0.0, "InfantActualDiscount": 0.0, "InfantActualIataCommission": 0.0, "InfantActualPLBCommission": 0.0, "InfantActualAddONIataCommission": 0.0, "AdultVATonServiceCharge": 0.0, "AdultVATonTransactionFee": 0.0, "ChildVATonServiceCharge": 0.0, "ChildVATonTransactionFee": 0.0, "InfantVATonServiceCharge": 0.0, "InfantVATonTransactionFee": 0.0, "TotalVATonServiceCharge": 0.0, "TotalVATonTransactionFee": 0.0, "TotalAgentMarkUp": 0.0, "TotalMarkup": 0.0, "AdultAgentMarkup": 0.0, "ChildAgentMarkup": 0.0, "InfantAgentMarkup": 0.0, "AdultAgentTransactionFee": 0.0, "ChildAgentTransactionFee": 0.0, "InfantAgentTransactionFee": 0.0, "AdultAgentDiscount": 0.0, "ChildAgentDiscount": 0.0, "InfantAgentDiscount": 0.0, "TotalAgentDiscount": 0.0, "TotalAgentTransactionFee": 0.0, "AdultMarkup": 0.0, "ChildMarkup": 0.0, "InfantMarkup": 0.0, "AdultReissueCharge": 0.0, "ChildReissueCharge": 0.0, "InfantReissueCharge": 0.0, "WPNetFare": 0.0, "OldSSRAmount": 0.0, "ReissueCharge": 0.0, "AtoServiceCharge": 0.0, "RAFCharges": 0.0 }, "FLTDomAvltResTaxDetails": { "AdultFuelTax": 0.0, "AdultPSFTax": 0.0, "AdultCongestionTax": 0.0, "AdultJNTax": 0.0, "AdultTotalTax": 178.0, "AdultAPITax": 0.0, "AdultOtherTaxType": "FEES,SURCHARGE,TAX", "AdultOtherTax": "8,60,110", "ChildFuelTax": 0.0, "ChildPSFTax": 0.0, "ChildCongestionTax": 0.0, "ChildUserDevelopmentTax": 0.0, "ChildJNTax": 0.0, "ChildTotalTax": 178.0, "ChildAPITax": 0.0, "ChildOtherTaxType": "FEES,SURCHARGE,TAX", "ChildOtherTax": "8,60,110", "InfantFuelTax": 0.0, "InfantPSFTax": 0.0, "InfantCongestionTax": 0.0, "InfantUserDevelopmentTax": 0.0, "InfantJNTax": 0.0, "InfantTotalTax": 8.0, "InfantAPITax": 0.0, "InfantOtherTaxType": "FEES,SURCHARGE,TAX", "InfantOtherTax": "8,0,0", "TotalTax": 364.0, "TaxFareBasisCode": "", "SectorList": "", "AdultUserDevelopmentTax": 0.0 }, "FLTDomAvltResAdvanceDealAppliedValues": [], "FLTDomAvltResAgentAdvanceDealAppliedValues": [] } ], "PrivateFarePCC": "PB", "SPFareNotice": "", "Avail_FareRuleMessage": "", "Inclusions": null, "HoldInfo": "", "TotalAmount": 0.0, "BundleCode": null, "WPIndex": null, "OrginalCurrencyCode": "SAR" }, { "ChannelCode": "PF", "NoOfHoppings": 0, "RowNumber": 1, "SpecificCriteria": "", "NoOfStops": 0, "OfferText": "", "ConversationID": "186192|SB|2|6001|1 Piece(s) ( Total 20 KG )", "AvailabilityType": "", "ReturnIdentifier": 2, "Index": "PF|3", "IsCorporateFare": "", "DirectFlight": 0, "TravelType": "O", "StdDeal": false, "FromCache": "", "FLTDomAvltResConnectionPoints": [ { "MultiCityRefID": 0, "FLTDomAvltResFlightDetails": { "AvailID": 0, "FUID": 1, "HoppingFlight": 0, "ValidatingAirLineCode": "PF", "MarketingAirLineCode": "PF", "OperatingAirLineCode": "PF", "FareBasisCode": "Standard", "FareBasisCodeCombinationID": "", "AdultFareID": 0, "ChildFareID": 0, "InfantFareID": 0, "FlightNo": "714", "ArrivalDateTime": "2023-09-01T08:00:00 PM ", "DepartureDateTime": "2023-09-01T06:00:00 PM ", "ArrivalAirportCode": "LHE", "DepartureAirportCode": "JED", "ArrivalTerminal": "", "DepartureTerminal": "", "AirEquipType": "", "BookingClass": "", "CabinClass": "E", "Refundable": "Y", "AvailableSeats": 3, "Cache": false, "ChangeOfGuage": false, "RPH": "", "FlightId": "", "JourneyDuration": "02h 00m", "ActionStatusCode": "", "FareSequence": "Standard Baggage", "RuleNumber": "", "FareApplicationType": "", "ProductClass": "SB", "State": "", "AdultSeats": 1, "ChildtSeats": 1, "InfantSeats": 1, "NightFlight": "", "PrivateFareType": "PB", "FLTDomAvltResHoppingDetails": [], "MiscellaneousData": null, "DealApplicableType": "", "ParticipantLevel": "", "LinkAvailability": "", "PolledAvlOption": "", "Source": null, "DisplayType": "", "IsCorporateFare": false, "AirCraft": "", "Amenities": "", "ChildFareBasisCode": "", "InfantFareBasisCode": "", "FCBeginAirport": "", "FCEndAirport": "", "HoldInfo": "", "ServiceID": "", "ServiceBundleName": "", "BundleDescription": "", "IsStudentFare": false, "FareComponentDirectionality": "", "ServiceBundleAmt": 0.0 }, "FLTDomAvltResFareDetails": { "AdultTax": 178.0, "AdultServiceTax": 0.0, "AdultServiceCharge": 0.0, "AdultTransactionFee": 0.0, "AdultCommission": 0.0, "AdultIATACommission": 0.0, "AdultPLBCommission": 0.0, "AdultTDSOnCommission": 0.0, "AdultDiscount": 0.0, "AdultTDSOnDiscount": 0.0, "AdultGrossFare": 462.0, "AdultNetFare": 462.0, "AdultAddonIATACommission": 0.0, "AdultServiceTaxUponIataCommission": 0.0, "AdultSupplierFare": 0.0, "AdultAdditionalDiscount": 0.0, "AdultAditionalServiceTaxUponDiscount": 0.0, "AdultCustomerFare": 0.0, "ChildFare": 213.0, "ChildTax": 178.0, "ChildServiceTax": 0.0, "ChildServiceCharge": 0.0, "ChildTransactionFee": 0.0, "ChildCommission": 0.0, "ChildIATACommission": 0.0, "ChildPLBCommission": 0.0, "ChildTDSOnCommission": 0.0, "ChildDiscount": 0.0, "ChildTDSOnDiscount": 0.0, "ChildGrossFare": 391.0, "ChildNetFare": 391.0, "ChildAddonIATACommission": 0.0, "ChildSupplierFare": 0.0, "ChildCustomerFare": 0.0, "ChildAdditionalDiscount": 0.0, "ChildAditionalServiceTaxUponDiscount": 0.0, "ChildServiceTaxUponIataCommission": 0.0, "InfantFare": 28.0, "InfantTax": 8.0, "InfantServiceTax": 0.0, "InfantServiceCharge": 0.0, "InfantTransactionFee": 0.0, "InfantCommission": 0.0, "InfantIATACommission": 0.0, "InfantPLBCommission": 0.0, "InfantTDSOnCommission": 0.0, "InfantDiscount": 0.0, "InfantTDSOnDiscount": 0.0, "InfantGrossFare": 36.0, "InfantNetFare": 36.0, "InfantAddonIATACommission": 0.0, "InfantServiceTaxUponIataCommission": 0.0, "InfantSupplierFare": 0.0, "InfantCustomerFare": 0.0, "InfantAdditionalDiscount": 0.0, "InfantAditionalServiceTaxUponDiscount": 0.0, "TotalBaseFare": 0.0, "TotalTax": 364.0, "TotalServiceTax": 0.0, "TotalServiceCharge": 0.0, "TotalTransactionFee": 0.0, "TotalCommission": 0.0, "TotalTDSOnCommission": 0.0, "TotalDiscount": 0.0, "TotalTDSOnDiscount": 0.0, "TotalAdditionalDiscount": 0.0, "GrossFare": 0.0, "NetFare": 0.0, "CustomerFare": 0.0, "SupplierFare": 0.0, "BookingFeeAmount": 0.0, "BookingFeeCode": 0.0, "AdultFareID": 0.0, "ChildFareID": 0.0, "InfantFareID": 0.0, "AdultServiceTaxUponPLBCommission": 0.0, "ChildServiceTaxUponPLBCommission": 0.0, "InfantServiceTaxUponPLBCommission": 0.0, "AdultServiceTaxUponDiscount": 0.0, "ChildServiceTaxUponDiscount": 0.0, "InfantServiceTaxUponDiscount": 0.0, "AdultFare": 284.0, "AdultActualDiscount": 0.0, "AdultActualIataCommission": 0.0, "AdultActualPLBCommission": 0.0, "AdultActualAddONIataCommission": 0.0, "ChildActualDiscount": 0.0, "ChildActualIataCommission": 0.0, "ChildActualPLBCommission": 0.0, "ChildActualAddONIataCommission": 0.0, "InfantActualDiscount": 0.0, "InfantActualIataCommission": 0.0, "InfantActualPLBCommission": 0.0, "InfantActualAddONIataCommission": 0.0, "AdultVATonServiceCharge": 0.0, "AdultVATonTransactionFee": 0.0, "ChildVATonServiceCharge": 0.0, "ChildVATonTransactionFee": 0.0, "InfantVATonServiceCharge": 0.0, "InfantVATonTransactionFee": 0.0, "TotalVATonServiceCharge": 0.0, "TotalVATonTransactionFee": 0.0, "TotalAgentMarkUp": 0.0, "TotalMarkup": 0.0, "AdultAgentMarkup": 0.0, "ChildAgentMarkup": 0.0, "InfantAgentMarkup": 0.0, "AdultAgentTransactionFee": 0.0, "ChildAgentTransactionFee": 0.0, "InfantAgentTransactionFee": 0.0, "AdultAgentDiscount": 0.0, "ChildAgentDiscount": 0.0, "InfantAgentDiscount": 0.0, "TotalAgentDiscount": 0.0, "TotalAgentTransactionFee": 0.0, "AdultMarkup": 0.0, "ChildMarkup": 0.0, "InfantMarkup": 0.0, "AdultReissueCharge": 0.0, "ChildReissueCharge": 0.0, "InfantReissueCharge": 0.0, "WPNetFare": 0.0, "OldSSRAmount": 0.0, "ReissueCharge": 0.0, "AtoServiceCharge": 0.0, "RAFCharges": 0.0 }, "FLTDomAvltResTaxDetails": { "AdultFuelTax": 0.0, "AdultPSFTax": 0.0, "AdultCongestionTax": 0.0, "AdultJNTax": 0.0, "AdultTotalTax": 178.0, "AdultAPITax": 0.0, "AdultOtherTaxType": "FEES,SURCHARGE,TAX", "AdultOtherTax": "8,60,110", "ChildFuelTax": 0.0, "ChildPSFTax": 0.0, "ChildCongestionTax": 0.0, "ChildUserDevelopmentTax": 0.0, "ChildJNTax": 0.0, "ChildTotalTax": 178.0, "ChildAPITax": 0.0, "ChildOtherTaxType": "FEES,SURCHARGE,TAX", "ChildOtherTax": "8,60,110", "InfantFuelTax": 0.0, "InfantPSFTax": 0.0, "InfantCongestionTax": 0.0, "InfantUserDevelopmentTax": 0.0, "InfantJNTax": 0.0, "InfantTotalTax": 8.0, "InfantAPITax": 0.0, "InfantOtherTaxType": "FEES,SURCHARGE,TAX", "InfantOtherTax": "8,0,0", "TotalTax": 364.0, "TaxFareBasisCode": "", "SectorList": "", "AdultUserDevelopmentTax": 0.0 }, "FLTDomAvltResAdvanceDealAppliedValues": [], "FLTDomAvltResAgentAdvanceDealAppliedValues": [] } ], "PrivateFarePCC": "PB", "SPFareNotice": "", "Avail_FareRuleMessage": "", "Inclusions": null, "HoldInfo": "", "TotalAmount": 0.0, "BundleCode": null, "WPIndex": null, "OrginalCurrencyCode": "SAR" } ], "FLTDomAvltResReturnFlights": [ { "ChannelCode": "PF", "NoOfHoppings": 0, "RowNumber": 3, "SpecificCriteria": "", "NoOfStops": 0, "OfferText": "", "ConversationID": "186090|SB|2|6001|1 Piece(s) ( Total 20 KG )", "AvailabilityType": "", "ReturnIdentifier": 1, "Index": "PF|2", "IsCorporateFare": "", "DirectFlight": 0, "TravelType": "O", "StdDeal": false, "FromCache": "", "FLTDomAvltResConnectionPoints": [ { "MultiCityRefID": 0, "FLTDomAvltResFlightDetails": { "AvailID": 0, "FUID": 1, "HoppingFlight": 0, "ValidatingAirLineCode": "PF", "MarketingAirLineCode": "PF", "OperatingAirLineCode": "PF", "FareBasisCode": "Standard", "FareBasisCodeCombinationID": "", "AdultFareID": 0, "ChildFareID": 0, "InfantFareID": 0, "FlightNo": "713", "ArrivalDateTime": "2023-09-06T08:00:00 PM ", "DepartureDateTime": "2023-09-06T06:00:00 PM ", "ArrivalAirportCode": "JED", "DepartureAirportCode": "LHE", "ArrivalTerminal": "", "DepartureTerminal": "", "AirEquipType": "", "BookingClass": "", "CabinClass": "E", "Refundable": "Y", "AvailableSeats": 3, "Cache": false, "ChangeOfGuage": false, "RPH": "", "FlightId": "", "JourneyDuration": "02h 00m", "ActionStatusCode": "", "FareSequence": "Standard Baggage", "RuleNumber": "", "FareApplicationType": "", "ProductClass": "SB", "State": "", "AdultSeats": 1, "ChildtSeats": 1, "InfantSeats": 1, "NightFlight": "", "PrivateFareType": "PB", "FLTDomAvltResHoppingDetails": [], "MiscellaneousData": null, "DealApplicableType": "", "ParticipantLevel": "", "LinkAvailability": "", "PolledAvlOption": "", "Source": null, "DisplayType": "", "IsCorporateFare": false, "AirCraft": "", "Amenities": "", "ChildFareBasisCode": "", "InfantFareBasisCode": "", "FCBeginAirport": "", "FCEndAirport": "", "HoldInfo": "", "ServiceID": "", "ServiceBundleName": "", "BundleDescription": "", "IsStudentFare": false, "FareComponentDirectionality": "", "ServiceBundleAmt": 0.0 }, "FLTDomAvltResFareDetails": { "AdultTax": 509.0, "AdultServiceTax": 0.0, "AdultServiceCharge": 0.0, "AdultTransactionFee": 0.0, "AdultCommission": 0.0, "AdultIATACommission": 0.0, "AdultPLBCommission": 0.0, "AdultTDSOnCommission": 0.0, "AdultDiscount": 0.0, "AdultTDSOnDiscount": 0.0, "AdultGrossFare": 594.0, "AdultNetFare": 594.0, "AdultAddonIATACommission": 0.0, "AdultServiceTaxUponIataCommission": 0.0, "AdultSupplierFare": 0.0, "AdultAdditionalDiscount": 0.0, "AdultAditionalServiceTaxUponDiscount": 0.0, "AdultCustomerFare": 0.0, "ChildFare": 64.0, "ChildTax": 509.0, "ChildServiceTax": 0.0, "ChildServiceCharge": 0.0, "ChildTransactionFee": 0.0, "ChildCommission": 0.0, "ChildIATACommission": 0.0, "ChildPLBCommission": 0.0, "ChildTDSOnCommission": 0.0, "ChildDiscount": 0.0, "ChildTDSOnDiscount": 0.0, "ChildGrossFare": 573.0, "ChildNetFare": 573.0, "ChildAddonIATACommission": 0.0, "ChildSupplierFare": 0.0, "ChildCustomerFare": 0.0, "ChildAdditionalDiscount": 0.0, "ChildAditionalServiceTaxUponDiscount": 0.0, "ChildServiceTaxUponIataCommission": 0.0, "InfantFare": 0.0, "InfantTax": 96.0, "InfantServiceTax": 0.0, "InfantServiceCharge": 0.0, "InfantTransactionFee": 0.0, "InfantCommission": 0.0, "InfantIATACommission": 0.0, "InfantPLBCommission": 0.0, "InfantTDSOnCommission": 0.0, "InfantDiscount": 0.0, "InfantTDSOnDiscount": 0.0, "InfantGrossFare": 96.0, "InfantNetFare": 96.0, "InfantAddonIATACommission": 0.0, "InfantServiceTaxUponIataCommission": 0.0, "InfantSupplierFare": 0.0, "InfantCustomerFare": 0.0, "InfantAdditionalDiscount": 0.0, "InfantAditionalServiceTaxUponDiscount": 0.0, "TotalBaseFare": 0.0, "TotalTax": 1114.0, "TotalServiceTax": 0.0, "TotalServiceCharge": 0.0, "TotalTransactionFee": 0.0, "TotalCommission": 0.0, "TotalTDSOnCommission": 0.0, "TotalDiscount": 0.0, "TotalTDSOnDiscount": 0.0, "TotalAdditionalDiscount": 0.0, "GrossFare": 0.0, "NetFare": 0.0, "CustomerFare": 0.0, "SupplierFare": 0.0, "BookingFeeAmount": 0.0, "BookingFeeCode": 0.0, "AdultFareID": 0.0, "ChildFareID": 0.0, "InfantFareID": 0.0, "AdultServiceTaxUponPLBCommission": 0.0, "ChildServiceTaxUponPLBCommission": 0.0, "InfantServiceTaxUponPLBCommission": 0.0, "AdultServiceTaxUponDiscount": 0.0, "ChildServiceTaxUponDiscount": 0.0, "InfantServiceTaxUponDiscount": 0.0, "AdultFare": 85.0, "AdultActualDiscount": 0.0, "AdultActualIataCommission": 0.0, "AdultActualPLBCommission": 0.0, "AdultActualAddONIataCommission": 0.0, "ChildActualDiscount": 0.0, "ChildActualIataCommission": 0.0, "ChildActualPLBCommission": 0.0, "ChildActualAddONIataCommission": 0.0, "InfantActualDiscount": 0.0, "InfantActualIataCommission": 0.0, "InfantActualPLBCommission": 0.0, "InfantActualAddONIataCommission": 0.0, "AdultVATonServiceCharge": 0.0, "AdultVATonTransactionFee": 0.0, "ChildVATonServiceCharge": 0.0, "ChildVATonTransactionFee": 0.0, "InfantVATonServiceCharge": 0.0, "InfantVATonTransactionFee": 0.0, "TotalVATonServiceCharge": 0.0, "TotalVATonTransactionFee": 0.0, "TotalAgentMarkUp": 0.0, "TotalMarkup": 0.0, "AdultAgentMarkup": 0.0, "ChildAgentMarkup": 0.0, "InfantAgentMarkup": 0.0, "AdultAgentTransactionFee": 0.0, "ChildAgentTransactionFee": 0.0, "InfantAgentTransactionFee": 0.0, "AdultAgentDiscount": 0.0, "ChildAgentDiscount": 0.0, "InfantAgentDiscount": 0.0, "TotalAgentDiscount": 0.0, "TotalAgentTransactionFee": 0.0, "AdultMarkup": 0.0, "ChildMarkup": 0.0, "InfantMarkup": 0.0, "AdultReissueCharge": 0.0, "ChildReissueCharge": 0.0, "InfantReissueCharge": 0.0, "WPNetFare": 0.0, "OldSSRAmount": 0.0, "ReissueCharge": 0.0, "AtoServiceCharge": 0.0, "RAFCharges": 0.0 }, "FLTDomAvltResTaxDetails": { "AdultFuelTax": 0.0, "AdultPSFTax": 0.0, "AdultCongestionTax": 0.0, "AdultJNTax": 0.0, "AdultTotalTax": 509.0, "AdultAPITax": 0.0, "AdultOtherTaxType": "FEES,SURCHARGE,TAX", "AdultOtherTax": "13,331,165", "ChildFuelTax": 0.0, "ChildPSFTax": 0.0, "ChildCongestionTax": 0.0, "ChildUserDevelopmentTax": 0.0, "ChildJNTax": 0.0, "ChildTotalTax": 509.0, "ChildAPITax": 0.0, "ChildOtherTaxType": "FEES,SURCHARGE,TAX", "ChildOtherTax": "13,331,165", "InfantFuelTax": 0.0, "InfantPSFTax": 0.0, "InfantCongestionTax": 0.0, "InfantUserDevelopmentTax": 0.0, "InfantJNTax": 0.0, "InfantTotalTax": 96.0, "InfantAPITax": 0.0, "InfantOtherTaxType": "FEES,SURCHARGE,TAX", "InfantOtherTax": "13,0,83", "TotalTax": 1114.0, "TaxFareBasisCode": "", "SectorList": "", "AdultUserDevelopmentTax": 0.0 }, "FLTDomAvltResAdvanceDealAppliedValues": [], "FLTDomAvltResAgentAdvanceDealAppliedValues": [] } ], "PrivateFarePCC": "PB", "SPFareNotice": "", "Avail_FareRuleMessage": "", "Inclusions": null, "HoldInfo": "", "TotalAmount": 0.0, "BundleCode": null, "WPIndex": null, "OrginalCurrencyCode": "SAR" }, { "ChannelCode": "PF", "NoOfHoppings": 0, "RowNumber": 4, "SpecificCriteria": "", "NoOfStops": 0, "OfferText": "", "ConversationID": "186090|EB|3|6001|1 Piece(s) ( Total 30 KG )", "AvailabilityType": "", "ReturnIdentifier": 2, "Index": "PF|4", "IsCorporateFare": "", "DirectFlight": 0, "TravelType": "O", "StdDeal": false, "FromCache": "", "FLTDomAvltResConnectionPoints": [ { "MultiCityRefID": 0, "FLTDomAvltResFlightDetails": { "AvailID": 0, "FUID": 2, "HoppingFlight": 0, "ValidatingAirLineCode": "PF", "MarketingAirLineCode": "PF", "OperatingAirLineCode": "PF", "FareBasisCode": "Extra", "FareBasisCodeCombinationID": "", "AdultFareID": 0, "ChildFareID": 0, "InfantFareID": 0, "FlightNo": "713", "ArrivalDateTime": "2023-09-06T08:00:00 PM ", "DepartureDateTime": "2023-09-06T06:00:00 PM ", "ArrivalAirportCode": "JED", "DepartureAirportCode": "LHE", "ArrivalTerminal": "", "DepartureTerminal": "", "AirEquipType": "", "BookingClass": "", "CabinClass": "E", "Refundable": "Y", "AvailableSeats": 3, "Cache": false, "ChangeOfGuage": false, "RPH": "", "FlightId": "", "JourneyDuration": "02h 00m", "ActionStatusCode": "", "FareSequence": "Extra Baggage", "RuleNumber": "", "FareApplicationType": "", "ProductClass": "EB", "State": "", "AdultSeats": 1, "ChildtSeats": 1, "InfantSeats": 1, "NightFlight": "", "PrivateFareType": "PB", "FLTDomAvltResHoppingDetails": [], "MiscellaneousData": null, "DealApplicableType": "", "ParticipantLevel": "", "LinkAvailability": "", "PolledAvlOption": "", "Source": null, "DisplayType": "", "IsCorporateFare": false, "AirCraft": "", "Amenities": "", "ChildFareBasisCode": "", "InfantFareBasisCode": "", "FCBeginAirport": "", "FCEndAirport": "", "HoldInfo": "", "ServiceID": "", "ServiceBundleName": "", "BundleDescription": "", "IsStudentFare": false, "FareComponentDirectionality": "", "ServiceBundleAmt": 0.0 }, "FLTDomAvltResFareDetails": { "AdultTax": 509.0, "AdultServiceTax": 0.0, "AdultServiceCharge": 0.0, "AdultTransactionFee": 0.0, "AdultCommission": 0.0, "AdultIATACommission": 0.0, "AdultPLBCommission": 0.0, "AdultTDSOnCommission": 0.0, "AdultDiscount": 0.0, "AdultTDSOnDiscount": 0.0, "AdultGrossFare": 652.0, "AdultNetFare": 652.0, "AdultAddonIATACommission": 0.0, "AdultServiceTaxUponIataCommission": 0.0, "AdultSupplierFare": 0.0, "AdultAdditionalDiscount": 0.0, "AdultAditionalServiceTaxUponDiscount": 0.0, "AdultCustomerFare": 0.0, "ChildFare": 122.0, "ChildTax": 509.0, "ChildServiceTax": 0.0, "ChildServiceCharge": 0.0, "ChildTransactionFee": 0.0, "ChildCommission": 0.0, "ChildIATACommission": 0.0, "ChildPLBCommission": 0.0, "ChildTDSOnCommission": 0.0, "ChildDiscount": 0.0, "ChildTDSOnDiscount": 0.0, "ChildGrossFare": 631.0, "ChildNetFare": 631.0, "ChildAddonIATACommission": 0.0, "ChildSupplierFare": 0.0, "ChildCustomerFare": 0.0, "ChildAdditionalDiscount": 0.0, "ChildAditionalServiceTaxUponDiscount": 0.0, "ChildServiceTaxUponIataCommission": 0.0, "InfantFare": 0.0, "InfantTax": 96.0, "InfantServiceTax": 0.0, "InfantServiceCharge": 0.0, "InfantTransactionFee": 0.0, "InfantCommission": 0.0, "InfantIATACommission": 0.0, "InfantPLBCommission": 0.0, "InfantTDSOnCommission": 0.0, "InfantDiscount": 0.0, "InfantTDSOnDiscount": 0.0, "InfantGrossFare": 96.0, "InfantNetFare": 96.0, "InfantAddonIATACommission": 0.0, "InfantServiceTaxUponIataCommission": 0.0, "InfantSupplierFare": 0.0, "InfantCustomerFare": 0.0, "InfantAdditionalDiscount": 0.0, "InfantAditionalServiceTaxUponDiscount": 0.0, "TotalBaseFare": 0.0, "TotalTax": 1114.0, "TotalServiceTax": 0.0, "TotalServiceCharge": 0.0, "TotalTransactionFee": 0.0, "TotalCommission": 0.0, "TotalTDSOnCommission": 0.0, "TotalDiscount": 0.0, "TotalTDSOnDiscount": 0.0, "TotalAdditionalDiscount": 0.0, "GrossFare": 0.0, "NetFare": 0.0, "CustomerFare": 0.0, "SupplierFare": 0.0, "BookingFeeAmount": 0.0, "BookingFeeCode": 0.0, "AdultFareID": 0.0, "ChildFareID": 0.0, "InfantFareID": 0.0, "AdultServiceTaxUponPLBCommission": 0.0, "ChildServiceTaxUponPLBCommission": 0.0, "InfantServiceTaxUponPLBCommission": 0.0, "AdultServiceTaxUponDiscount": 0.0, "ChildServiceTaxUponDiscount": 0.0, "InfantServiceTaxUponDiscount": 0.0, "AdultFare": 143.0, "AdultActualDiscount": 0.0, "AdultActualIataCommission": 0.0, "AdultActualPLBCommission": 0.0, "AdultActualAddONIataCommission": 0.0, "ChildActualDiscount": 0.0, "ChildActualIataCommission": 0.0, "ChildActualPLBCommission": 0.0, "ChildActualAddONIataCommission": 0.0, "InfantActualDiscount": 0.0, "InfantActualIataCommission": 0.0, "InfantActualPLBCommission": 0.0, "InfantActualAddONIataCommission": 0.0, "AdultVATonServiceCharge": 0.0, "AdultVATonTransactionFee": 0.0, "ChildVATonServiceCharge": 0.0, "ChildVATonTransactionFee": 0.0, "InfantVATonServiceCharge": 0.0, "InfantVATonTransactionFee": 0.0, "TotalVATonServiceCharge": 0.0, "TotalVATonTransactionFee": 0.0, "TotalAgentMarkUp": 0.0, "TotalMarkup": 0.0, "AdultAgentMarkup": 0.0, "ChildAgentMarkup": 0.0, "InfantAgentMarkup": 0.0, "AdultAgentTransactionFee": 0.0, "ChildAgentTransactionFee": 0.0, "InfantAgentTransactionFee": 0.0, "AdultAgentDiscount": 0.0, "ChildAgentDiscount": 0.0, "InfantAgentDiscount": 0.0, "TotalAgentDiscount": 0.0, "TotalAgentTransactionFee": 0.0, "AdultMarkup": 0.0, "ChildMarkup": 0.0, "InfantMarkup": 0.0, "AdultReissueCharge": 0.0, "ChildReissueCharge": 0.0, "InfantReissueCharge": 0.0, "WPNetFare": 0.0, "OldSSRAmount": 0.0, "ReissueCharge": 0.0, "AtoServiceCharge": 0.0, "RAFCharges": 0.0 }, "FLTDomAvltResTaxDetails": { "AdultFuelTax": 0.0, "AdultPSFTax": 0.0, "AdultCongestionTax": 0.0, "AdultJNTax": 0.0, "AdultTotalTax": 509.0, "AdultAPITax": 0.0, "AdultOtherTaxType": "FEES,SURCHARGE,TAX", "AdultOtherTax": "13,331,165", "ChildFuelTax": 0.0, "ChildPSFTax": 0.0, "ChildCongestionTax": 0.0, "ChildUserDevelopmentTax": 0.0, "ChildJNTax": 0.0, "ChildTotalTax": 509.0, "ChildAPITax": 0.0, "ChildOtherTaxType": "FEES,SURCHARGE,TAX", "ChildOtherTax": "13,331,165", "InfantFuelTax": 0.0, "InfantPSFTax": 0.0, "InfantCongestionTax": 0.0, "InfantUserDevelopmentTax": 0.0, "InfantJNTax": 0.0, "InfantTotalTax": 96.0, "InfantAPITax": 0.0, "InfantOtherTaxType": "FEES,SURCHARGE,TAX", "InfantOtherTax": "13,0,83", "TotalTax": 1114.0, "TaxFareBasisCode": "", "SectorList": "", "AdultUserDevelopmentTax": 0.0 }, "FLTDomAvltResAdvanceDealAppliedValues": [], "FLTDomAvltResAgentAdvanceDealAppliedValues": [] } ], "PrivateFarePCC": "PB", "SPFareNotice": "", "Avail_FareRuleMessage": "", "Inclusions": null, "HoldInfo": "", "TotalAmount": 0.0, "BundleCode": null, "WPIndex": null, "OrginalCurrencyCode": "SAR" } ] }, "FLTIntFareRuleRes": { "TUI": "", "Code": "", "Msg": null, "Trips": null }, "FLTIntSSRRes": { "TUI": "", "From": "LHE", "To": "JED", "PaidSSR": false, "Trips": [ { "Journey": [ { "Provider": "PF", "Index": "PF|1", "Segments": [ { "TripID": "", "FUID": "1", "VAC": "PF", "SSR": [ { "Code": "BAG", "Description": "1 Pc", "PieceDescription": "1 piece equals 20 Kg", "Charge": 0.0, "Type": "2", "Category": "", "PTC": "ADT", "ID": 0, "MealImage": "" }, { "Code": "BAG", "Description": "1 Pc", "PieceDescription": "1 piece equals 20 Kg", "Charge": 0.0, "Type": "2", "Category": "", "PTC": "CHD", "ID": 0, "MealImage": "" } ], "Index": "PF|1" } ] }, { "Provider": "PF", "Index": "PF|2", "Segments": [ { "TripID": "", "FUID": "2", "VAC": "PF", "SSR": [ { "Code": "BAG", "Description": "1 Pc", "PieceDescription": "1 piece equals 30 Kg", "Charge": 0.0, "Type": "2", "Category": "", "PTC": "ADT", "ID": 0, "MealImage": "" }, { "Code": "BAG", "Description": "1 Pc", "PieceDescription": "1 piece equals 30 Kg", "Charge": 0.0, "Type": "2", "Category": "", "PTC": "CHD", "ID": 0, "MealImage": "" } ], "Index": "PF|2" } ] } ] }, { "Journey": [ { "Provider": "PF", "Index": "PF|3", "Segments": [ { "TripID": "", "FUID": "1", "VAC": "PF", "SSR": [ { "Code": "BAG", "Description": "1 Pc", "PieceDescription": "1 piece equals 20 Kg", "Charge": 0.0, "Type": "2", "Category": "", "PTC": "ADT", "ID": 0, "MealImage": "" }, { "Code": "BAG", "Description": "1 Pc", "PieceDescription": "1 piece equals 20 Kg", "Charge": 0.0, "Type": "2", "Category": "", "PTC": "CHD", "ID": 0, "MealImage": "" } ], "Index": "PF|3" } ] }, { "Provider": "PF", "Index": "PF|4", "Segments": [ { "TripID": "", "FUID": "2", "VAC": "PF", "SSR": [ { "Code": "BAG", "Description": "1 Pc", "PieceDescription": "1 piece equals 30 Kg", "Charge": 0.0, "Type": "2", "Category": "", "PTC": "ADT", "ID": 0, "MealImage": "" }, { "Code": "BAG", "Description": "1 Pc", "PieceDescription": "1 piece equals 30 Kg", "Charge": 0.0, "Type": "2", "Category": "", "PTC": "CHD", "ID": 0, "MealImage": "" } ], "Index": "PF|4" } ] } ] } ] }, "CacheID": 0, "IsStudentFare": false, "Brand": "", "GDSPRIORITY": 0, "FLTNotice": null, "ObjServiceBundleList": null, "ObjServiceBundleListInt": null, "FLTAmenity": null, "Response": { "TransRemarks": null, "TransStatus": false, "TransCode": null, "ErrorCode": null, "ErrorMessage": null } }