Deals
PUT {{api-domain}}/crm/v2/Deals/{{record-id}}
To update existing entities in the module.
Request Body
{"data"=>[{"Owner"=>{"id"=>"{{user-id}}"}, "Account_Name"=>{"id"=>"{{account-id}}"}, "Contact_Name"=>{"id"=>"{{contact-id}}"}, "Campaign_Source"=>{"id"=>"{{campaign-id}}"}, "Type"=>"New Business", "Description"=>"Design your own layouts that align your business processes precisely. Assign them to profiles appropriately.", "Deal_Name"=>"Deal_Name", "Amount"=>1237.67, "Next_Step"=>"Next_Step", "Stage"=>"Needs Analysis", "Lead_Source"=>"Cold Call", "Closing_Date"=>"2018-01-25"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |