• Need help with RestSharp call to POST /bulk endpoint

    Has anyone used RestSharp in .NET to make a POST to the /bulk interface? I'm currently creating several related records by looping thru them individually...each loop makes a separate POST call using the same info other than the Parameter JSON string.…
  • Using RestSharp (C#) to update module records

    Hi, I'm trying to use RestSharp to connect to our SugarCRM REST API to update a record in the Opportunities module. I used the support page on /module/:record PUT and the PHP example to determine the right syntax for building my RestRequest, however I…