API 4401 Error

API 4401 Error

Hi 

I'm running an API request to the URL :  

  1. https://crm.zoho.com/crm/private/xml/Leads/insertRecords

with the xmlData 

  1. <Potentials>
  2. <row no="1">
  3. <FL val="Potential Owner">Owner Name</FL>
  4. <FL val="Potential Name">Potential Name</FL>
  5. <FL val="Account Name">Account Name</FL>
  6. <FL val="Closing Date">Closing Date</FL>
  7. <FL val="Stage">Stage</FL>
  8. <FL val="Contact Name">Contact Name</FL>
  9. </row>
  10. </Potentials>

I've made a number of changes on the Potentials Module
  • I've changed its tag to 'Deals' 
  • I've also changed the labels Potential Name & Potential Owner to Deal Name & Deal Owner. 
  • For the Stage field I've mapped it the Probability field.

I keep getting the error ' 4401: Unable to populate data, please check if mandatory value is entered'  

Are there any changes I need to make to the xml to allow for the changes I have in the module?