Summer '26 (API version 67.0)
This API is used with the GetAllQGroupForSQ Vlocity Integration Procedure (VIP) to custom groups for a sales quote based on the SalesQuoteId parameter value.
1/services/apexrest/vlocity_cmt/v1/integrationprocedure/getAll_QuoteGroup/
POST
1{ 2 "SalesQuoteId": "0Q03h000000TuXGCA0" 3 }
1{ 2 "QuoteGroups": [{ 3 "QuoteGroupId": "a455w000001vak5AAA", 4 "GroupName": "ES" 5 }, 6 { 7 "QuoteGroupId": "a455w000001vakAAAQ", 8 "GroupName": "PS" 9 }] 10}