Newer Version Available

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

update_QGroupName API

Update the name of the quote group.

This API is used with the UpdateQuoteGroupName Vlocity Integration Procedure (VIP) to change the name of the quote group.

URI

1/services/apexrest/vlocity_cmt/v1/integrationprocedure/update_QGroupName/

HTTP Method

POST

Request Body

1{
2  "SalesQuoteId": "0Q03h000000Tu4q",
3  "QuoteGroupId": "Exec-East",
4  "NewGroupName": "Exec-East1"
5}

Response

1{
2  "QuoteGroupId": "a5L3h0000004nDsEAI",
3  "GroupName": "Exec-East1"
4}