Leads

PUT {{api-domain}}/crm/v3/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":"2022-05-17T19:22:59+05:30","Modified_By":{"name":"Patricia Boyle","id":"4876876000000327001"},"Created_Time":"2021-08-09T09:52:24+05:30","id":"4876876000000333405","Created_By":{"name":"Patricia Boyle","id":"4876876000000327001"}},"message":"record updated","status":"success"}]}