Introduction to Salesforce API in C#
We can use salesforce API to connect or send data to salesforce from C#. The API accepts certain parameters and returns the result. We need not create an extra code in it.
In this example, we are going to upload a file data from C# in the salesforce Document object. For this, we are going to use the salesforce document API.
/services/data/v39.0/sobjects/Document
We need to know the salesforce access token and instance URL to connect it to and use the API.