Leads

PUT {{api-domain}}/crm/v2.1/Leads/{{record-id}}

To update existing entities in the module.

Request Body

{"data"=>[{"Owner"=>{"id"=>"{{user-id}}"}, "Last_Name"=>"Last_Name", "Email"=>"newcrmapi@zoho.com", "Description"=>"Design your own layouts that align your business processes precisely. Assign them to profiles appropriately.", "Rating"=>"Acquired", "Website"=>"crm.zoho.com", "Twitter"=>"Twitter", "Salutation"=>"Mr.", "First_Name"=>"First_Name", "Lead_Status"=>"Attempted to Contact", "Industry"=>"ASP", "Skype_ID"=>"Skype_ID", "Phone"=>"98883434559", "Street"=>"Street", "Zip_Code"=>"Zip_Code", "Email_Opt_Out"=>false, "Designation"=>"Designation", "City"=>"City", "No_of_Employees"=>1791, "Mobile"=>"98883434559", "State"=>"State", "Lead_Source"=>"Advertisement", "Country"=>"Country", "Fax"=>"Fax", "Annual_Revenue"=>136.67, "Secondary_Email"=>"newcrmapi@zoho.com"}]}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: OK

{"data":[{"code":"SUCCESS","details":{"Modified_Time":"2021-05-05T07:15:00+00:00","Modified_By":{"name":"Patricia","id":"738964000000291009"},"Created_Time":"2021-05-05T06:53:44+00:00","id":"738964000002118055","Created_By":{"name":"Patricia","id":"738964000000291009"}},"message":"record updated","status":"success"}]}