Problem with API insertRecords for leads
I use this API to insert leads on my account but since the 13th may, the API doesn't work anymore and I have the following error :
{"code":"4500","message":"Problem occured while processing the request"}
Before, everything works correctly and I don't change anything ...
Could you help me please ?
for your information :
I post on the uri : http://crm.zoho.com/crm/private/xml/Leads/insertRecords?apikey=${api_key}&ticket=${ticket}
with the content type : application/x-www-form-urlencoded.
And the content of my request is :
xmlData= <?xml version="1.0" encoding="UTF-8" ?>
<response uri="/crm/private/xml/Contacts/insertLeads">
<result>
<Leads>
<row no="1">
<fieldlabel value="Last Name">XXXX</fieldlabel>
<fieldlabel value="Company">XXXX</fieldlabel>
<fieldlabel value="Lead Source">XXXXX</fieldlabel>
<fieldlabel value="First Name">XXXX</fieldlabel>
<fieldlabel value="Email">XXXX</fieldlabel>
<fieldlabel value="Title"></fieldlabel>
<fieldlabel value="Fax"></fieldlabel>
<fieldlabel value="Mobile">XXXX</fieldlabel>
<fieldlabel value="Country">XXXX</fieldlabel>
<fieldlabel value="Nb employees">XXXX</fieldlabel>
<fieldlabel value="doNotCall">XXXX</fieldlabel>
<fieldlabel value="IP">XXXXX</fieldlabel>
<fieldlabel value="Id RMP">XXXXX</fieldlabel>
<fieldlabel value="RMP IP Country">XXXX</fieldlabel>
<fieldlabel value="RMP IP Country iso">XXXX</fieldlabel>
<fieldlabel value="RMP IP Region">XXXX</fieldlabel>
<fieldlabel value="RMP IP City">XXXXX</fieldlabel>
<fieldlabel value="RMP Status Lead">XXXX</fieldlabel>
<fieldlabel value="RMP Way of Creation">XXX</fieldlabel>
<fieldlabel value="RMP date de creation">XXXX</fieldlabel>
<fieldlabel value="Accept to be contacted by local RMP distributor">XXXX</fieldlabel>
<fieldlabel value="Share this lead with partners">XXXX</fieldlabel>
</row>
</Leads>
</result>
</response>
Thanks in advance for your answer
BR,
STephane