Documentation
    Preparing search index...
    • Parameters

      • body: any
      • Party: any

      Returns {
          "soapenv:Envelope": {
              _attributes: { "xmlns:soapenv": string };
              "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: any }[] };
                          FarePreferences: { Types: { Type: any } };
                          FlightPreferences: { Characteristic: { DirectPreferences: string } };
                          PricingMethodPreference: { BestPricingOption: string };
                      };
                  };
              };
          };
      }