Contacts

POST {{api-domain}}/crm/v2/Contacts/upsert

To upsert records in the Contacts module.

Request Body

{"data"=>[{"Email"=>"patricia.boyle1@zylker.com", "Leads"=>{"name"=>"Frey (Sample)", "id"=>"{{lead_id}}"}, "Vendor_Name"=>{"name"=>"Vendor1", "id"=>"{{vendor_id}}"}, "Twitter"=>"patricia", "First_Name"=>"Patricia", "Phone"=>"9090909090", "Last_Name"=>"Boyle", "Lead_Source"=>"Employee Referral"}]}