Documentation
    Preparing search index...
    • Parameters

      • body: any
      • Party: any

      Returns {
          "soapenv:Envelope": {
              _attributes: { "xmlns:soapenv": string };
              "soapenv:Body": {
                  OrderCreateRQ: {
                      _attributes: {
                          PrimaryLangID: string;
                          Version: string;
                          xmlns: string;
                      };
                      Document: { ReferenceVersion: string };
                      Party: any;
                      PointOfSale: { Location: { CountryCode: string } };
                      Query: {
                          Order: {
                              Offer: {
                                  _attributes: { OfferID: any; Owner: string; ResponseID: any };
                                  OfferItem: any;
                              }[];
                          };
                      };
                  };
              };
          };
      }