• Create/Update multiple contacts/users via REST API for a meeting

    I am trying to add contacts/users to a created meeting as follows POST call to https://demo.sugarcrm.com/rest/v11/Meetings/ <record_id>/link/ body { "link_name": "contacts", "ids": [{"id": "<id of contact>", "accept_status_meetings": "accepted"}, {"id…
  • Create a meeting through SOAP for C#

    Hi! I have to programatically create a new meeting in SugarCRM. I have all the informations needed for the meeting sorted, now I just need to actually create the meeting in CRM. I'm using C# to make the program but I can't seem to find any good documentation…