Ramya
Ramya

Reputation: 1

DocuSign c# .NET core examples

I am looking for some C# code examples (creating an API), to open a template, sign in and give back status. I do see examples of "Embedded Signing Ceremony' but that for the document, in the project. I need to open up an already existing template and signer should sign in and my application to get back the signed status.

please advice.

thank u.

Upvotes: 0

Views: 1429

Answers (1)

Amit K Bist
Amit K Bist

Reputation: 6818

You can used EG03 Example to send an envelope using DS Server TemplateId. Git Examples has many other samples as well using C sharp. To get back the application status for an envelope, it is recommended to use DS Connect.

Upvotes: 1

Related Questions