• How to easily add email to contact via API?

    I need to add emails to contacts. But I wasn't able to find out how to do it in a convenient way. Now when I want to add an email address to a contact, I have to call three endpoints. 1 - I need to call POST /EmailAddresses to get the email address's…
  • api update record using put

    I'm trying to update the status of an existing Lead using PUT, it always return that error. Also, I did tried on a local and ondemand instance with different records getting the same result. curl -X PUT \ https://gnutresatest.sugarcrmcolombia.com/rest…