Price Books
PUT {{api-domain}}/crm/v4/Price_Books/{{record-id}}
To update existing entities in the module.
Request Body
{"data"=>[{"Owner"=>{"id"=>"{{user-id}}"}, "Active"=>true, "Pricing_Details"=>[{"to_range"=>5, "discount"=>0, "from_range"=>1}, {"to_range"=>11, "discount"=>1, "from_range"=>6}, {"to_range"=>17, "discount"=>2, "from_range"=>12}, {"to_range"=>23, "discount"=>3, "from_range"=>18}, {"to_range"=>29, "discount"=>4, "from_range"=>24}], "Pricing_Model"=>"Differential", "Description"=>"Design your own layouts that align your business processes precisely. Assign them to profiles appropriately.", "Price_Book_Name"=>"Price_Book_Name"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |