Updating an inventory module's record with external fields in the line items
PUT {{api-domain}}/crm/v2/Quotes/quote1
In this example, Quotes is the base module. To update the details in the Product_Details section, specify the external field's API name and the value in the product and book JSON objects.
Request Body
{"data"=>[{"Product_Details"=>[{"id"=>"111111000000133071"}, {"product"=>{"External_Product_ID"=>"12345678900"}, "book"=>{"External_Pricebook_ID"=>"pricebook2"}, "quantity"=>20}]}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-EXTERNAL | string |