Lead is not updating?

Lead is not updating?

here is my code to update

leadupdateinfo = zoho.crm.updateRecord("Leads", input.Company ,{ "Company" : input.Company, "Last Name" : input.Last_Name, "Email" : input.Email, "Phone" : input.mobile });

no error but not working.

in Id=input.Company is not fetching the current record id?