proper xml format for inserRecords
here is a snippet of my xml
- <Accounts>
- <row no="1">
- <FL val="License Number">2000250.FMP </FL>
- <FL val="MJBL Number"> </FL>
- <FL val="Business">Jeffrey HunterInfidelesAlex Oyarbide alexlocations@sbcglobal.net Suite 51444 Brickell AveMiami, FL 00000 </FL>
- <FL val="Business Telephone"> </FL>
- <FL val="License Category">Film Permit </FL>
- <FL val="Status">Permit Issued </FL>
- <FL val="Date of License">07/21/2011 </FL>
- <FL val="Out of Business Date"> </FL>
- </row>
- </Accounts>
i cant see anything wrong with this. using this url
https://crm.zoho.com/crm/private/xml/Leads/insertRecords?newFormat=1&authtoken='+ process.env.ZOHO_AUTH +'&scope=crmapi&xmlData=' + data
and this is the error message
- text: '<?xml version="1.0" encoding="UTF-8" ?>\n<response uri="/crm/private/xml/Leads/insertRecords"><error><code>4835</code><message>Unable to parse XML data</message></error></response>\n',
thanks in advance.