removeQM_FromQuoteGroup API

Remove a quote member record from the quote group.

This API is used with the RemoveQMFromQuoteGroup Vlocity Integration Procedure (VIP) to remove the specified quote member from the quote group. This API does not delete the quote member from the system.

URI

/services/apexrest/vlocity_cmt/v1/integrationprocedure/removeQM_FromQuoteGroup/

HTTP Method

POST

Request Body

{
  "SalesQuoteId": "0Q05w000001xko7",
  "MemberIds": [{
    "Id": "a5X5w000000KWkc"
  },
  {
    "Id": "a5X5w000000KWkd"
  }]
}

Response

{
  "SalesQuoteId": "0Q05w000001xko7"
}