You need to sign in to do that
Don't have an account?

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?
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?
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/