insert lead API returns 4832 error code

insert lead API returns 4832 error code


Im trying to send:

http://crm.zoho.com/crm/private/xml/Leads/insertRecords?loginName=email@company.com&apikey=XXXXX&xmlData=<Leads><row no="1"><fieldlabel value="Lead Source">Web Download</fieldlabel><fieldlabel value="First Name">contacto 1</fieldlabel><fieldlabel value="Last Name">apellido</fieldlabel><fieldlabel value="Email">testing@testing.com</fieldlabel><fieldlabel value="Title">Manager</fieldlabel><fieldlabel value="Phone">1234567890</fieldlabel><fieldlabel value="Home Phone">0987654321</fieldlabel><fieldlabel value="Other Phone">1212211212</fieldlabel><fieldlabel value="Fax">02927272626</fieldlabel><fieldlabel value="Mobile">292827622</fieldlabel><fieldlabel value="Lead Status">Lost Lead</fieldlabel></row>/Leads>

and always getting:

<?xml version="1.0" encoding="UTF-8" ?>
<response uri="/crm/private/xml/Leads/insertRecords"><error><code>4832</code><message>Problem occured while processing the request</message></error></response>


Im getting all leads wiith he API with no problem, i just can't insert new leads

Any Ideas?