insertRecords

insertRecords

used Postman to try to use the api and i get crazy error

https://crm.zoho.com/crm/private/xml/Contacts/insertRecords?newFormat=1&authtoken=AUTH&scope=crmapi&xmlData=<Contacts><row no="1"><FL val="First Name">Scott</FL></row></Contacts>

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <response uri="/crm/private/xml/Contacts/insertRecords">
  3.     <error>
  4.         <code>4600</code>
  5.         <message>Unable to process your request. Please verify if the name and value is appropriate for the "zipcode" parameter.</message>
  6.     </error>
  7. </response>

i dont understand why is it looking for zipcode? any idea. thanks in advance