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"
}