docusign-esign-csharp-client
docusign-esign-csharp-client copied to clipboard
Document authoritativeCopy property is missing
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.
The SDK basically covers only some API functions and features. If you need other things, you are free to modify and add your own code.
The Document object does not include an authoritativeCopy
property. See the object definition.
However, the EnvelopeDocument object does include an authoritativeCopy
property.
Also see the model definition in the SDK.
You can receive an EnvelopeDocument object in the response of the EnvelopeDocuments:list API call, and perhaps in other API calls too.
The documentation page about Authoritative Copies should be updated to better reflect the EnvelopeDocument object name, I will file an internal report.