docusign-esign-csharp-client icon indicating copy to clipboard operation
docusign-esign-csharp-client copied to clipboard

Document authoritativeCopy property is missing

Open gmcclure382 opened this issue 3 years ago • 2 comments

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.

gmcclure382 avatar Jan 14 '22 21:01 gmcclure382

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.

sylvainleb376 avatar Jan 17 '22 13:01 sylvainleb376

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.

LarryKlugerDS avatar Jan 17 '22 13:01 LarryKlugerDS