Documentation
    Preparing search index...
    • Parameters

      • body: any

      Returns {
          "soapenv:Body": {
              AirShoppingRQ: {
                  _attributes: { PrimaryLangID: string; Version: string; xmlns: string };
                  CoreQuery: { OriginDestinations: { OriginDestination: any } };
                  DataLists: { PassengerList: { Passenger: any } };
                  Document: { ReferenceVersion: string };
                  Metadata: {
                      Other: {
                          OtherMetadata: {
                              CurrencyMetadatas: {
                                  CurrencyMetadata: { _attributes: { MetadataKey: string } };
                              };
                          };
                      };
                  };
                  Party: any;
                  PointOfSale: { Location: { CountryCode: string } };
                  Preference: {
                      CabinPreferences:
                          | { CabinType: { Code: number } }
                          | { CabinType: { Code: any }[] };
                      FarePreferences: { Types: { Type: { _text: string }[] } };
                      FlightPreferences: { Characteristic: { DirectPreferences: string } };
                      PricingMethodPreference: { BestPricingOption: string };
                  };
              };
          };
      }