Is it possible to skip an optional signature, or to mark it as complete without signing it?
We would like to achieve this using Java
December 10Created
January 21Last Updated
5 years agoLast Reply
1Replies
19Views
2Users
0Likes
0Links
Duo_Liang | Posts: 3776
Reply to: Skip optional signature
Monday, December 10, 2018 at 11:15am
0
votes
Hi there,
Currently, if you directly call eslClient.signDocuments(PackageId packageId, String signerId) function, all optional signatures will be automatically signed, which doesn't meet your requirement I believe. Alternatively, I've created some Java code snippets for you to have this done by a combination of REST and SDK methods. Please check the attachment and let me know if you have any questions related to this code.
Hope this could help!
Duo
Reply to: Skip optional signature
Monday, December 10, 2018 at 11:15ameslClient.signDocuments(PackageId packageId, String signerId)
function, all optional signatures will be automatically signed, which doesn't meet your requirement I believe. Alternatively, I've created some Java code snippets for you to have this done by a combination of REST and SDK methods. Please check the attachment and let me know if you have any questions related to this code. Hope this could help! Duo