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>
<?xml version="1.0" encoding="UTF-8" ?>
<response uri="/crm/private/xml/Contacts/insertRecords">
<error>
<code>4600</code>
<message>Unable to process your request. Please verify if the name and value is appropriate for the "zipcode" parameter.</message>
</error>
</response>
i dont understand why is it looking for zipcode? any idea. thanks in advance