Newer Version Available

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

Remove_QuoteGroup API

Remove the quote group from the enterprise quote.

This API is used with the RemoveQuoteGroup Vlocity Integration Procedure (VIP) to remove the specified quote group from the enterprise quote.

URI

1/services/apexrest/vlocity_cmt/v1/integrationprocedure/Remove_QuoteGroup/

HTTP Method

POST

Request Body

1{
2  "EnterpriseQuoteId": "0Q05w000001xko7",
3  "QuoteGroupId": "a455w000001vak5"
4}

Response

1{
2  "EnterpriseQuoteId": "0Q05w000001xko7"
3}