Convert Lead
POST {{api-domain}}/crm/v2/Leads/{{lead_id}}/actions/convert
To convert a lead into a contact or an account. For more details, refer to the documentation.
Request Body
{"data"=>[{"overwrite"=>true, "notify_lead_owner"=>true, "notify_new_entity_owner"=>true, "Accounts"=>"4150868000003960001", "Contacts"=>"4150868000002563049", "assign_to"=>"4150868000001248015", "Deals"=>{"Deal_Name"=>"Sample", "Closing_Date"=>"2021-01-25", "Stage"=>"Closed Won", "Amount"=>5000}, "carry_over_tags"=>{"Contacts"=>["tag1", "tag2"], "Accounts"=>["tag1"], "Deals"=>["tag1"]}}]}
RESPONSES
status: OK
{"data":[{"Contacts":"738964000002058055","Deals":"738964000002148205","Accounts":"738964000002058030"}]}