• 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…