• Add file to Notes via REST API using NodeJS

    I can successfully create the note. I now need to upload the file and then link to the note. Which I think I can do with this endpoint: "/rest/v11_20/Notes/5f95bbe8-cd49-11ee-b015-fa163ec72422/file/filename" I'm POSTing a file using FormData…
  • Update Data by Async Updates or Mass Update

    Hi Everyone, I need to sync the products included in a quote made in an internal system of the company with the Sugar's Quotes module, sometimes a quote includes more than 20 products. I noticed that when I do a Mass Update via REST API is too much slower…