Converting a lead via crm api with javascript
I have been trying to convert a lead via the api.
This is the error I get:
<response uri="/crm/private/xml/Leads/convertLead"><error><code>4600</code><message>Unable to process your request. Please verify whether you have entered proper method name,parameter and parameter values.</message></error></response>
This is the url I am sending:
I am sending this via javascript request. What am I doing wrong?
Thanks in advance for any help.