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
          removeQM_FromQuoteGroup API

          removeQM_FromQuoteGroup API

          Remove a quote member record from the quote group.

          This API is used with the RemoveQMFromQuoteGroup Vlocity Integration Procedure (VIP) to remove the specified quote member from the quote group. This API does not delete the quote member from the system.

          URI

          /services/apexrest/vlocity_cmt/v1/integrationprocedure/removeQM_FromQuoteGroup/

          HTTP Method

          POST

          Request Body

          {
            "SalesQuoteId": "0Q05w000001xko7",
            "MemberIds": [{
              "Id": "a5X5w000000KWkc"
            },
            {
              "Id": "a5X5w000000KWkd"
            }]
          }

          Response

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