Error code 4600 Unable to process your request.Please verify if the name and value is appropriate for the "xmlData" parameter.
Hi,
I am getting below error while updating zoho lead data.
<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 is look like below with url.
https://crm.zoho.com/crm/private/xml/Leads/updateRecords?newFormat=1&authtoken=auttoke&scope=crmapi&id=1066873000000071005&xmlData=
'<?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="Website">http://www.google.com</FL><FL val="Description">pawan dubey status..</FL><FL val="Salutation">Mr.</FL></row></Leads>'
Please help me on above error if i am missing any thing.
Regards,
Shashank