Error code 4600 Unable to process your request.Please verify if the name and value is appropriate for the "xmlData" parameter.
Hi,
I want to update zoho crm lead data, but i am getting below error.
<response uri="/crm/private/xml/Leads/updateRecords">
<error>
<code>4600</code>
<message>Unable to process your request. Please verify if the name and value is appropriate for the "xmlData" parameter.
</message>
</error>
</response>
====================================
My XML Data format is.
'<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Leads><row no="0"><FL val="Company">wsi home office</FL><FL val="First Name">Pawan</FL><FL val="Last Name">Dubey k</FL><FL val="Designation">developer</FL><FL val="Salutation">Mr.</FL></row></Leads>'
Please help me on this error.
Regards,
Shashank