docusign-esign-csharp-client
docusign-esign-csharp-client copied to clipboard
The Official DocuSign C# Client Library used to interact with the eSignature REST API. Send, sign, and approve documents using this client.
For compatibility reasons we have done a rebuild of this client targeting .NET Framework 4.8 We also like to keep our NuGet packages up to date You're using a NuGet...
May I know how to set the envelopeStatus of an envelope that's in draft status("created") to "sent"? This way I can now send the envelope to all the recipients? 1)...
Bumps System.Net.Http from 4.3.0 to 4.3.4. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
Bumps System.Text.RegularExpressions from 4.3.0 to 4.3.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
Bumps System.Text.RegularExpressions from 4.3.0 to 4.3.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
Bumps System.Net.Http from 4.3.0 to 4.3.4. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
Not sure what I'm doing wrong if anything but I can't get basic JWT authentication working with the latest package Scenario: .NET 4.7.2 c# Test project Using DocuSign.eSign.dll v5.9.0 No...
I am following below code and getting the consent required error. Please suggest the solution, var apiClient = new ApiClient("https://demo.docusign.net/restapi"); string ik = "xxxxxxxxxxxxxxxxxxxxxxx"; string userId = "xxxxxxxxxxxxxxxx"; string authServer...
The "authoritativeCopy" property is missing in docusign-esign-csharp-client/sdk/src/DocuSign.eSign/Model/Document.cs where it assigns the values if I submit via a raw REST request and if I use the SOAP API.