Is Zoho Crm support insert Notes through api?

Is Zoho Crm support insert Notes through api?

I'm checking by Rest console the   

In Raw body I'm getting this error :
  • <response><error><code>4600</code><message>Unable to process your request. Please verify if the name and value is appropriate for the "xmlData" parameter.</message></error></response>
    My Request body is :
  • Request Url: https://crm.zoho.com/crm/private/xml/Notes/insertRecords
  • Request Method: POST
  • Status Code: 200
  • Params: {
  • "newFormat": "1",
  • "authtoken": "18203cbdbfd6d9730f8dfe0b65126a70",
  • "scope": "crmapi",
  • "xmlData": "<Notes> <row no=\"1\"> <FL val=\"entityID\">9XXX this is my contactid </FL> <FL val=\"Note Title\">Zoho CRM Sample Note</FL> <FL val=\"Note Content\">This is sample content to test Zoho CRM API</FL> </row> </Notes>"
  • }
Please Let me know what is wrong between this?