Paul S.
Paul S.

Reputation: 149

C# classes for creating DocuSign Envelope using REST

I was wondering if there was sample base classes for creating an Envelope using the REST API for DocuSign.

What we are trying to accomplish is to be able to instantiate and Envelope object and add the necessary templates and document to it kind of like you do with SOAP but using the REST API.

I could try to copy the JSON sample that they have on the DocuSign Documentation and convert those to classes and go from there but was wondering if there is a more complete sample out there as we'll need to pull templates, modify the values on the tabs and combine templates with documents before sending the Envelope for signing.

Upvotes: 0

Views: 2789

Answers (1)

Andrew
Andrew

Reputation: 4441

Updated Answer with all of the currently offered REST DocuSign SDK's

Upvotes: 2

Related Questions