Newer Version Available

This content describes an older version of this product. View Latest

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

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

HTTP Method

POST

Request

1{
2  "SalesQuoteId": "0Q05w000001ls3PCAQ",
3  "QuoteGroupId": "a453h000000QRgF",
4  "Members": [{
5    "Id": "a5X5w000002CQ4c"
6  },
7  {
8    "Id": "a5X5w000002DFEd"
9  },
10  {
11    "Id": "a5X5w000002DFEi"
12  },
13  {
14    "Id": "a5X5w000002CQ4b"
15  }]
16}

Response

1{
2  "QuoteGroupId": "0Q03h000000TpbH"
3}