Documentation
    Preparing search index...
    • Parameters

      • body: any
      • Party: any

      Returns {
          "soapenv:Envelope": {
              _attributes: { "xmlns:soapenv": string };
              "soapenv:Body": {
                  OfferPriceRQ:
                      | {
                          _attributes: {
                              PrimaryLangID: string;
                              Version: string;
                              xmlns: string;
                          };
                          DataLists: { PassengerList: { Passenger: any } };
                          Document: { ReferenceVersion: string };
                          Metadata?: undefined;
                          Parameters?: undefined;
                          Party: any;
                          PointOfSale: { Location: { CountryCode: string } };
                          Query: {
                              Offer: {
                                  _attributes: { OfferID: any; Owner: string; ResponseID: any };
                                  OfferItem: any;
                              };
                          };
                      }
                      | {
                          _attributes: {
                              PrimaryLangID: string;
                              Version: string;
                              xmlns: string;
                          };
                          DataLists: { PassengerList: { Passenger: any } };
                          Document: { ReferenceVersion: string };
                          Metadata: {
                              Other: {
                                  OtherMetadata: {
                                      PriceMetadatas: {
                                          PriceMetadata: { _attributes: { MetadataKey: ... } };
                                      };
                                  };
                              };
                          };
                          Parameters?: undefined;
                          Party: any;
                          PointOfSale: { Location: { CountryCode: string } };
                          Query: {
                              Offer: {
                                  _attributes: { OfferID: any; Owner: string; ResponseID: any };
                                  OfferItem: any;
                              };
                          };
                      }
                      | {
                          _attributes: {
                              PrimaryLangID: string;
                              Version: string;
                              xmlns: string;
                          };
                          DataLists: { PassengerList: { Passenger: any } };
                          Document: { ReferenceVersion: string };
                          Metadata?: undefined;
                          Parameters: { _attributes: { refs: string } };
                          Party: any;
                          PointOfSale: { Location: { CountryCode: string } };
                          Query: {
                              Offer: {
                                  _attributes: { OfferID: any; Owner: string; ResponseID: any };
                                  OfferItem: any;
                              };
                          };
                      }
                      | {
                          _attributes: {
                              PrimaryLangID: string;
                              Version: string;
                              xmlns: string;
                          };
                          DataLists: { PassengerList: { Passenger: any } };
                          Document: { ReferenceVersion: string };
                          Metadata: {
                              Other: {
                                  OtherMetadata: {
                                      PriceMetadatas: {
                                          PriceMetadata: { _attributes: { MetadataKey: ... } };
                                      };
                                  };
                              };
                          };
                          Parameters: { _attributes: { refs: string } };
                          Party: any;
                          PointOfSale: { Location: { CountryCode: string } };
                          Query: {
                              Offer: {
                                  _attributes: { OfferID: any; Owner: string; ResponseID: any };
                                  OfferItem: any;
                              };
                          };
                      };
              };
          };
      }