function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Honey ReddyHoney Reddy 

how to add Docusign completed status documents as attachments in salesforce with Rest API?

Hi All,

Please help me on this.

After Document is signed and status equal to complete,i want to store these documents into salesforce as attachements .

How can we get using Rest api calls?
Sonam_SFDCSonam_SFDC
Go through the following REST API feature:Explains well how you can upload a doc in salesforce using REST.
http://www.salesforce.com/us/developer/docs/api_rest/Content/dome_sobject_insert_update_blob.htm


A sample with code which you can use for reference:
http://www.wadewegner.com/2014/05/uploading-an-attachment-to-salesforce-with-the-soap-and-rest-apis/