"Unable to process your request. Please verify if the name and value is appropriate for the "xmlData" parameter."
Hi
I am trying to insert a lead. I am following the examples, even using the same xml.
Here is the xml I am using (it probably looks familiar);
- <Leads>
- <row no="1">
- <FL val="Lead Source">Web Download</FL>
- <FL val="Company">Your Company</FL>
- <FL val="First Name">Hannah</FL>
- <FL val="Last Name">Smith</FL>
- <FL val="Email">testing@testing.com</FL>
- <FL val="Title">Manager</FL>
- <FL val="Phone">1234567890</FL>
- <FL val="Home Phone">0987654321</FL>
- <FL val="Other Phone">1212211212</FL>
- <FL val="Fax">02927272626</FL>
- <FL val="Mobile">292827622</FL>
- </row>
- </Leads>
And here is the POST url I am using (with token obfuscated):
I can use the getRecords method, and it works, so I know the token is correct.
What could be wrong?