Availability



 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 NameDescriptionSample
    NearByAirportNo0
    IsNearByAirportWhether the result should include NearBy airports as well false
    IsExtendedSearchWhen true, returns detailed output false
    IsBrandedFare false
    FromSectorDeparture Ariport Code "JED"
    ToSectorArrival Airport Code "LHE"
    OnwardJourneyDateDeparture Date (YYYY-MM-DD) "2023-09-01"
    ReturnJourneyDateArrival Date (YYYY-MM-DD) "2023-09-06"
    NumberOfAdultsNumber of Adults1
    NumberOfChildNumber of Children1
    NumberOfInfantsNumber of Infants1
    SearchTypeSearch Type "RS"
    “ON” – One way search
    “RS” – Round Trip Search
    “RT” – Onway – Oneway search (Need not be handled at Connector end)
    TripType ""
    NetAmountNet Amount0
    GrossAmountGross Amount0
    ClassPreferenceClass Preference "E"
    PreferredAirlinePreferred Airline "PF"
    TravelType ""
    CurrencyCodeCurrency Code "SAR"
    SIDSchema Identifier "FLTAVAILINTNRM"
    DirectFlightsOnlyWhether to include only direct flights in response. false
    PrivateFareEnableWhether to include Private Fare in response false
    FareType "N"
    TimePreference ""
    SpecificCriteria ""
    ChannelCodeChannel 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
    ParametersName 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 NameDescriptionSample
    UTLUniform Transaction Locator "b0e08291-9296-49f6-88f6-b4447532555"
    The same value received in the request to be passed in the response.
    CurrencyCodeCurrency Code of the connector "SAR"
    SIDSchema Identifier. "FARES"
    This is a fixed value.
    DealCodeDeal Code null
    UPLThe same value received in the request to be passed in the response. ""
    NumberOfAdultThe same value received in the request to be passed in the response.1
    NumberOfChildThe same value received in the request to be passed in the response.1
    NumberOfInfantThe same value received in the request to be passed in the response.1
    SearchTypeThe same value received in the request to be passed in the response. "RS"
    OnwardJourneyDateOnward Journey Date "2023-09-01"
    ReturnJourneyDateReturn Journey Date "2023-09-06"
    SectorTypeThe same value received in the request to be passed in the response. "I"
    ClassPreferenceThe same value received in the request to be passed in the response. "E"
    FromCache0
    FromSectorDeparture Airport Code "JED"
    ToSectorArrival Airport Code "LHE"
    SpecificCriteriaThe same value received in the request to be passed in the response. null
    TravelTypeThe same value received in the request to be passed in the response. "R"
    FareTypeThe same value received in the request to be passed in the response. "N"
    CacheID0
    IsStudentFareWhether Student Fare false
    BrandBrand ""
    GDSPRIORITY0
    TransactionDetails
    ResponseCount0
    ResponseStatustrue – Some error/issue in the response false
    false – Successful response
    ResponseCode200 – Success ""
    Any other value – There is some error/issue in response
    ResponseMessageResponse Message ""
    ResponseEnquiry ""
    FLTDomAvltResFlights.FLTDomAvltResOnwardFlights
    ChannelCodeChannel Code – Identifies the connector "PF"
    NoOfHoppingsNumber of Hoppints0
    RowNumberRow Number1
    SpecificCriteriaSpecific Criteria ""
    NoOfStopsNumber of Stops0
    OfferTextOffer Text ""
    ConversationIDConversationID "186192|SB|2|6001|1 Piece(s) ( Total 20 KG )"
    AvailabilityTypeAvailability Type ""
    TravelTypeO- Onward "O"
    R- RoundTrip
    IndexIndex should be in the format - |SerialNumber "PF|1"
    Serial Number will increase up to the total number of flights.
    StdDeal false
    FromCache ""
    IsCorporateFareWhether Corporate Fare ""
    DirectFlight0
    ReturnIdentifierThis is the key to combine onward and return flights. Flight matching ReturnIdentifier in Onward and Return collections can be combined together.0
    FLTDomAvltResConnectionPoints
    MultiCityRefIDMulticity Reference ID0
    FLTDomAvltResConnectionPoints.FLTDomAvltResFlightDetails
    AvailIDAvail ID0
    FUIDFUID1
    HoppingFlightWhether Hoppint Flight0
    ValidatingAirLineCodeValidating Airline Code "PF"
    MarketingAirLineCodeMarketing Airline Code "PF"
    OperatingAirLineCodeOperating Airline Code "PF"
    FareBasisCodeFare Basis Code "Standard"
    FareBasisCodeCombinationIDFare Basis Code Combination ID ""
    AdultFareIDAdult Fare ID0
    ChildFareIDChild Fare ID0
    InfantFareIDInfant Fare ID0
    FlightNoFlight Number "714"
    ArrivalDateTimeArrivate date and time "2023-09-01T08 0:00 PM "
    (YYYY-MM-DDTHH:mm:ss tt)
    (Destination location Local time)
    DepartureDateTimeDeparture date and time "2023-09-01T06 0:00 PM "
    (YYYY-MM-DDTHH:mm:ss tt)
    (Origin location Local time)
    ArrivalAirportCodeArrival Airport Code "LHE"
    DepartureAirportCodeDeparture Airport Code "JED"
    ArrivalTerminalArrival Terminal ""
    DepartureTerminalDeparture Terminal ""
    AirEquipTypeAir Equip Type ""
    BookingClassBooking Class ""
    CabinClassCabin Class "E"
    Economy – “E”
    Business – “B”
    First Class – “F”
    Premium Economy – “PE”
    RefundableWhether Refundable "Y"
    Y – Refundable
    N- Non Refundable
    AvailableSeatsNumber of seats available3
    CacheWhether from Cache false
    ChangeOfGuageChange of Guage false
    RPHRPH ""
    FlightIdFlight ID ""
    JourneyDurationJourney Duration "02h 00m"
    ActionStatusCodeAction Status Code ""
    FareSequenceFare Sequence "Standard Baggage"
    RuleNumberRule Number ""
    FareApplicationTypeFare Application Type ""
    ProductClassProduct Class "SB"
    StateState ""
    AdultSeatsAdult Seats1
    ChildtSeatsChildren Seats1
    InfantSeatsInfant Seats1
    NightFlightWhether Night Flight ""
    PrivateFareTypePrivate Fare Type "PB"
    FLTDomAvltResHoppingDetailsHopping Flight Details[]
    MiscellaneousData null
    DealApplicableType ""
    ParticipantLevel ""
    LinkAvailability ""
    PolledAvlOption ""
    Source null
    DisplayType ""
    IsCorporateFareWhether Corporate Fare false
    AirCraft ""
    Amenities ""
    ChildFareBasisCodeChild Fare Basis Code ""
    InfantFareBasisCodeInfant Fare Basis Code ""
    FCBeginAirport ""
    FCEndAirport ""
    HoldInfo ""
    ServiceID ""
    ServiceBundleName ""
    BundleDescription ""
    IsStudentFareWhether Student Fare false
    FareComponentDirectionality ""
    ServiceBundleAmt0
    FLTDomAvltResFareDetails
    AdultTaxAdultTax0
    AdultServiceTaxAdultServiceTax0
    AdultServiceCharge0
    AdultTransactionFee0
    AdultCommission0
    AdultIATACommission0
    AdultPLBCommission0
    AdultTDSOnCommission0
    AdultDiscount0
    AdultTDSOnDiscount0
    AdultGrossFare0
    AdultNetFare0
    AdultAddonIATACommission0
    AdultServiceTaxUponIataCommission0
    AdultSupplierFare0
    AdultAdditionalDiscount0
    AdultAditionalServiceTaxUponDiscount0
    AdultCustomerFare0
    ChildFareChildFare0
    ChildTaxChildTax0
    ChildServiceTax0
    ChildServiceCharge0
    ChildTransactionFee0
    ChildCommission0
    ChildIATACommission0
    ChildPLBCommission0
    ChildTDSOnCommission0
    ChildDiscount0
    ChildTDSOnDiscount0
    ChildGrossFare0
    ChildNetFare0
    ChildAddonIATACommission0
    ChildSupplierFare0
    ChildCustomerFare0
    ChildAdditionalDiscount0
    ChildAditionalServiceTaxUponDiscount0
    ChildServiceTaxUponIataCommission0
    InfantFareInfantFare0
    InfantTaxInfantTax0
    InfantServiceTax0
    InfantServiceCharge0
    InfantTransactionFee0
    InfantCommission0
    InfantIATACommission0
    InfantPLBCommission0
    InfantTDSOnCommission0
    InfantDiscount0
    InfantTDSOnDiscount0
    InfantGrossFare0
    InfantNetFare0
    InfantAddonIATACommission0
    InfantServiceTaxUponIataCommission0
    InfantSupplierFare0
    InfantCustomerFare0
    InfantAdditionalDiscount0
    InfantAditionalServiceTaxUponDiscount0
    TotalBaseFareTotalBaseFare0
    TotalTaxTotalTax0
    TotalServiceTax0
    TotalServiceCharge0
    TotalTransactionFee0
    TotalCommission0
    TotalTDSOnCommission0
    TotalDiscount0
    TotalTDSOnDiscount0
    TotalAdditionalDiscount0
    GrossFare0
    NetFare0
    CustomerFare0
    SupplierFare0
    BookingFeeAmountBookingFeeAmount0
    BookingFeeCodeBookingFeeCode0
    AdultFareIDAdultFareID0
    ChildFareIDChildFareID0
    InfantFareIDInfantFareID0
    AdultServiceTaxUponPLBCommission0
    ChildServiceTaxUponPLBCommission0
    InfantServiceTaxUponPLBCommission0
    AdultServiceTaxUponDiscount0
    ChildServiceTaxUponDiscount0
    InfantServiceTaxUponDiscount0
    AdultFare0
    AdultActualDiscount0
    AdultActualIataCommission0
    AdultActualPLBCommission0
    AdultActualAddONIataCommission0
    ChildActualDiscount0
    ChildActualIataCommission0
    ChildActualPLBCommission0
    ChildActualAddONIataCommission0
    InfantActualDiscount0
    InfantActualIataCommission0
    InfantActualPLBCommission0
    InfantActualAddONIataCommission0
    AdultVATonServiceCharge0
    AdultVATonTransactionFee0
    ChildVATonServiceCharge0
    ChildVATonTransactionFee0
    InfantVATonServiceCharge0
    InfantVATonTransactionFee0
    TotalVATonServiceCharge0
    TotalVATonTransactionFee0
    TotalAgentMarkUp0
    TotalMarkup0
    AdultAgentMarkup0
    ChildAgentMarkup0
    InfantAgentMarkup0
    AdultAgentTransactionFee0
    ChildAgentTransactionFee0
    InfantAgentTransactionFee0
    AdultAgentDiscount0
    ChildAgentDiscount0
    InfantAgentDiscount0
    TotalAgentDiscount0
    TotalAgentTransactionFee0
    AdultMarkup0
    ChildMarkup0
    InfantMarkup0
    AdultReissueCharge0
    ChildReissueCharge0
    InfantReissueCharge0
    WPNetFare0
    OldSSRAmount0
    ReissueCharge0
    AtoServiceCharge0
    RAFCharges0
    FLTDomAvltResTaxDetails
    AdultFuelTaxAdultFuelTax0
    AdultPSFTaxAdultPSFTax0
    AdultCongestionTaxAdultCongestionTax0
    AdultJNTaxAdultJNTax0
    AdultTotalTaxAdultTotalTax178
    AdultAPITaxAdultAPITax0
    AdultOtherTaxTypeComma separated list of all tax codes for Adults that are not included individually. "FEESSURCHARGETAX"
    AdultOtherTaxComma separated list of all tax values for Adults that are not included individually. "860110"
    (Should match to AdultOtherTaxType)
    ChildFuelTaxChildFuelTax0
    ChildPSFTaxChildPSFTax0
    ChildCongestionTaxChildCongestionTax0
    ChildUserDevelopmentTaxChildUserDevelopmentTax0
    ChildJNTaxChildJNTax0
    ChildTotalTaxChildTotalTax178
    ChildAPITaxChildAPITax0
    ChildOtherTaxTypeComma separated list of all tax codes for Children that are not included individually. "FEESSURCHARGETAX"
    ChildOtherTaxComma separated list of all tax values for Children that are not included individually. "860110"
    (Should match to AdultOtherTaxType)
    InfantFuelTaxInfantFuelTax0
    InfantPSFTaxInfantPSFTax0
    InfantCongestionTaxInfantCongestionTax0
    InfantUserDevelopmentTaxInfantUserDevelopmentTax0
    InfantJNTaxInfantJNTax0
    InfantTotalTaxInfantTotalTax8
    InfantAPITaxInfantAPITax0
    InfantOtherTaxTypeComma separated list of all tax codes for Infants that are not included individually. "FEESSURCHARGETAX"
    InfantOtherTaxComma separated list of all tax values for Infants that are not included individually. "800"
    (Should match to AdultOtherTaxType)
    TotalTaxTotalTax364
    TaxFareBasisCodeTaxFareBasisCode ""
    SectorListSectorList ""
    AdultUserDevelopmentTaxAdultUserDevelopmentTax0
    FLTIntFareRuleRes
    TUI""
    Code""
    Msg""
    Tripsnull
    FLTIntSSRRes
    TUI“”
    FromDeparture Airport Code“LHE”
    ToArrival Airport Code“JED”
    PaidSSRWhether Paid SSR or Free SSR
    Trips
    Journey
    ProviderProvider / Channel Code“PF”
    IndexIndex“PF|1”
    Segments
    TripID“”
    FUID1
    VACValidating Ariline Code“PF”
    IndexIndex“PF|1”
    SSRSSR
    CodeSSR Code“BAG”
    Baggage – “BAG”
    Meal – “”
    DescriptionFormat 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.)
    PieceDescriptionFormat is below“1 piece equals 20 Kg, 1 piece equals 7 Kg”
    Charge0
    TypeBaggage – 22
    Meal - n
    Category“”
    PTCPax Type Code“ADT”
    Adult – “ADT”
    Child – “CHD”
    Infant - “INF”
    IDSequence Number of SSR0
    MealImageMeal 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
      }
    }
    
    
    

Copyright © 2015-2016 Benzy Infotech Pvt. Ltd. All rights reserved | Legal Notice