• Can we use XML rather than JSON as Payload to the current REST API of Sugar?

    Is there a way to handle XML payloads on sugarcrm REST API or can we only do it using SOAP? Like request/response using REST API but rather than using JSON, we would be using XML. I'm looking for a way to present the information to the Sugar instance…
  • 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…