Newer Version Available

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

ESM_UpdateQuoteLineItems API

Update a quote line item and its related child items with the given set of fields and values.

URI

1/services/apexrest/vlocity_cmt/v1/integrationprocedure/ESM_UpdateQuoteLineItems/

HTTP Method

POST

Request

1{
2	"cartItemIds": "0QLB0000000cH3LOAU",
3	"fieldValues": {
4		"devopsimpkg19__ServiceIdentifier__c": "9876543210"
5	},
6	"objectType": "QuoteLineItem"
7}

Response

1{
2	"TotalRecordsProcessed": 6,
3	"errorCode": "INVOKE-200",
4	"error": "OK"
5}