getAll_QuoteGroup API

Get all custom quote groups for a sales quote.

This API is used with the GetAllQGroupForSQ Vlocity Integration Procedure (VIP) to custom groups for a sales quote based on the SalesQuoteId parameter value.

URI

1/services/apexrest/vlocity_cmt/v1/integrationprocedure/getAll_QuoteGroup/

HTTP Method

POST

Request

1{
2 	"SalesQuoteId": "0Q03h000000TuXGCA0"
3 }

Response

1{
2  "QuoteGroups": [{
3    "QuoteGroupId": "a455w000001vak5AAA",
4    "GroupName": "ES"
5  },
6  {
7    "QuoteGroupId": "a455w000001vakAAAQ",
8    "GroupName": "PS"
9  }]
10}