Documentation
    Preparing search index...
    • Used to compare Unique Journey within Sabre

      Parameters

      • journeys: {
            departureDate: string;
            departureTime: string;
            firstAirportCode: string;
            lastAirportCode: string;
            numberOfFlights: number;
        }[]
        • departureDate: string

          Format: date

          The scheduled departure date in YYYY-MM-DD format in the airport's time zone.

          2024-07-09
          
        • departureTime: string

          The scheduled time of departure in HH:MM format.

          09:15
          
        • firstAirportCode: string

          The three-letter IATA airport code of the first flight in the journey.

          DFW
          
        • lastAirportCode: string

          The three-letter IATA airport code of the last flight in the journey.

          HNL
          
        • numberOfFlights: number

          The total number of flights in the journey.

          1
          

      Returns {
          departureDate: string;
          departureTime: string;
          firstAirportCode: string;
          lastAirportCode: string;
          numberOfFlights: number;
      }[]

      • departureDate: string

        Format: date

        The scheduled departure date in YYYY-MM-DD format in the airport's time zone.

        2024-07-09
        
      • departureTime: string

        The scheduled time of departure in HH:MM format.

        09:15
        
      • firstAirportCode: string

        The three-letter IATA airport code of the first flight in the journey.

        DFW
        
      • lastAirportCode: string

        The three-letter IATA airport code of the last flight in the journey.

        HNL
        
      • numberOfFlights: number

        The total number of flights in the journey.

        1