Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document authoritativeCopy property is missing #360

Open
gmcclure382 opened this issue Jan 14, 2022 · 2 comments
Open

Document authoritativeCopy property is missing #360

gmcclure382 opened this issue Jan 14, 2022 · 2 comments

Comments

@gmcclure382
Copy link

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.

@sylvainleb376
Copy link

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.

@LarryKlugerDS
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants