niko

Results 2 comments of niko

i am using SalesforceSharp to hit a custom REST endpoint. i figured it out based on this issue/PR: https://github.com/giacomelli/SalesforceSharp/pull/1 in short, you call `SalesforceClient.Create(objectName, recordData, endpointUrl)`. as the linked post...