• How to retrieve leads info with related quotes info from SOAP API request?

    I would like to retrieve leads information from the sugar crm soap api with related quotes information. I used "get_entry_list" soap endpoint. I could not get data when using it.Please could you all suggest me how could I get leads with quotes.
  • How to add/update multiple team id via soap?

    How update / add into Accounts multiples team id on a soap api call <team_id> <id>2de90b27-3d78-cb39-eeb4-5773b4317135</id>, <id>2acb98df-6e97-d165-ce68-56b486ff1fb4</id> </team_id> <?php $site_url = ''; $url = "https://${site_url…
  • When does a session expires in sugar soap API

    When does a session expire after its created? I know for REST API its 1 hour. But its not specified anywhere about soap API. I tried creating a session and ran a query in while loop to check if it will throw any exception, but even after 2 hours it was…
  • 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…