Error 4401 on insertRecords for Notes

Error 4401 on insertRecords for Notes

Hi,

I can run getRecords and updateRecords - they work just fine. But I am not able to add a record to Notes with insertRecords. I get "4401  Unable to populate data, please check if mandatory value is entered correctly."

I am posting to https://crm.zoho.com/crm/private/xml/Notes/insertRecords, set scope=crmapi and authtoken to my token, and xmlData to this:

  1. <Notes>
  2.       <row no="1">
  3.             <FL val="entityId">412044000000974232</FL>
  4.             <FL val="Note title">Status update</FL>
  5.             <FL val="Note content">Status set to NF</FL>
  6.       </row>
  7. </Notes>

The key is a Contact Id, since I am trying to add a note on a contact.

According to the documentation, there are no more mandatory fields, and the entityId is in fact a valid Contact Id. Any input to what is wrong here?

Thanks,
Anders