Newer Version Available

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

AddQMQGToWC_CopyToEQBatch API

Trigger a batch process to migrate and clone products from the working cart to the enterprise quote.

URI

1/services/apexrest/vlocity_cmt/v1/integrationprocedure/AddQMQGToWC_CopyToEQBatch/

HTTP Method

POST

Request

1{
2  "MemberIds": [{
3    "Id": "a5X3h000000xugJ"
4  },
5  {
6    "Id": "a5X3h000000xugE"
7  }],
8  "QuoteGroupIds": [{
9    "Id": "a453h000000I0i2"
10  },
11  {
12    "Id": "a453h000000I0i7"
13  }],
14  "WorkingCartId": "0Q03h000000Yki5CAC",
15  "SalesQuoteId": "0Q03h000000YkhlCAC",
16  "BatchSize": 20
17}

Response

1{
2	"AddToMemberJobId": "SalesforceJobId"
3}