ESM_UpdateQuoteLineItems API

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

URI

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

HTTP Method

POST

Request

{
	"cartItemIds": "0QLB0000000cH3LOAU",
	"fieldValues": {
		"devopsimpkg19__ServiceIdentifier__c": "9876543210"
	},
	"objectType": "QuoteLineItem"
}

Response

{
	"TotalRecordsProcessed": 6,
	"errorCode": "INVOKE-200",
	"error": "OK"
}