Unable to process your request. Please verify if the name and value is appropriate for the "xmlData" parameter
when employing the method of updateRecords throws error "<?xml version=\"1.0\"encoding=\"UTF-8\"?> \n<response uri=\"/crm/private/xml/SalesOrders/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>\n"string that I sent to the api is as follows
https://crm.zoho.com/crm/private/xml/Leads/updateRecords?newFormat=1&authtoken=authtoken scope=crmapi y xmlData ="<SalesOrders><row no=\"1\"><FL val=\"Status\"><![CDATA[Operaciones]]></FL><FL val=\"Interfaz\"><![CDATA[Creacion de documento exitosa, Bitacora: 04_04_2016_114445_Bitacora_CV-GDL-LG999.txt]]></FL></row></SalesOrders>" this in c#
regards