AddQMQGToWC_CopyToEQ API

Add members and a quote group to the working cart and copy it to the enterprise quote.

This API is used with the AddQMQGToWCQLIsCopyToEQ Vlocity Integration Procedure (VIP) to add locations or subscribers and a quote group to the working cart and copy it to the enterprise quote.

URI

/services/apexrest/vlocity_cmt/v1/integrationprocedure/AddQMQGToWC_CopyToEQ/

HTTP Method

POST

Request

{
  "MemberIds": [{
    "Id": "a5X3h000000xugJ"
  },
  {
    "Id": "a5X3h000000xugE"
  }],
  "QuoteGroupIds": [{
    "Id": "a453h000000I0i2"
  },
  {
    "Id": "a453h000000I0i7"
  }],
  "WorkingCartId": "0Q03h000000Yki5CAC",
  "SalesQuoteId": "0Q03h000000YkhlCAC"
}

Response

{
  "SalesQuoteId": "0Q03h000000TpbH"
}