You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This SDK's docs list a few expiration-related members directly on the EnvelopeDefinition object that don't seem to map to the actual Docusign API or have any effect. Specifically, this concerns:
expireAfter
expireDateTime
expireEnabled
In my testing, these values have no effect on the sent envelope, and expireDateTime in particular seems to promise functionality that doesn't exist -- Docusign only allows users to set the expiration in number of days, as an integer.
The text was updated successfully, but these errors were encountered:
The expire related members directly on the envelope are deprecated. We need to document that I will post a bug. This solution is to add a Notification object to the envelope. In C# this would be
The same problem is also in the C# package
DocuSign.eSign.dll Version: 4.5.2
.NETFramework Version: v4.7
docusign/docusign-esign-node-client#154 (comment)
The text was updated successfully, but these errors were encountered: