Loading
Communications Cloud
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          AddQMQGToWC_CopyToEQ API

          AddQMQGToWC_CopyToEQ API

          Add members and a quote group to the working cart and copy it to the enterprise quote.

          This API is used with the AddQMQGToWCQLIsCopyToEQ Vlocity Integration Procedure (VIP) to add locations or subscribers and a quote group to the working cart and copy it to the enterprise quote.

          URI

          /services/apexrest/vlocity_cmt/v1/integrationprocedure/AddQMQGToWC_CopyToEQ/

          HTTP Method

          POST

          Request

          {
            "MemberIds": [{
              "Id": "a5X3h000000xugJ"
            },
            {
              "Id": "a5X3h000000xugE"
            }],
            "QuoteGroupIds": [{
              "Id": "a453h000000I0i2"
            },
            {
              "Id": "a453h000000I0i7"
            }],
            "WorkingCartId": "0Q03h000000Yki5CAC",
            "SalesQuoteId": "0Q03h000000YkhlCAC"
          }

          Response

          {
            "SalesQuoteId": "0Q03h000000TpbH"
          }
           
          Loading
          Salesforce Help | Article