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

          AddMem_ToQG API

          Add members to a quote group.

          This API is used with the AddMembersToQGroup Vlocity Integration Procedure (VIP) to add locations or subscribers to the specified quote group.

          URI

          /services/apexrest/vlocity_cmt/v1/integrationprocedure/AddMem_ToQG/

          HTTP Method

          POST

          Request

          {
            "SalesQuoteId": "0Q05w000001ls3PCAQ",
            "QuoteGroupId": "a453h000000QRgF",
            "Members": [{
              "Id": "a5X5w000002CQ4c"
            },
            {
              "Id": "a5X5w000002DFEd"
            },
            {
              "Id": "a5X5w000002DFEi"
            },
            {
              "Id": "a5X5w000002CQ4b"
            }]
          }

          Response

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