We want to use bulk sign to be able to sign a document for a signer
your SDK only supports passing signer Id + package ID
Is there a workaround to pass document id
April 27Created
April 27Last Updated
5 years agoLast Reply
1Replies
46Views
2Users
0Likes
0Links
Duo_Liang | Posts: 3777
Reply to: Can we bulk sign only one document for a signer
Wednesday, April 29, 2020 at 10:02am
0
votes
Hi there,
Yes, as you noticed, the SDK doesn't expose the function to bulk sign one document for one signer. As a workaround, you can use the sample .NET code I provided below which implemented with the REST API. It gives you a brief idea of how to achieve it through REST API, more sophisticated error handling should be added to this code base.
Reply to: Can we bulk sign only one document for a signer
Wednesday, April 29, 2020 at 10:02amHi there,
Yes, as you noticed, the SDK doesn't expose the function to bulk sign one document for one signer. As a workaround, you can use the sample .NET code I provided below which implemented with the REST API. It gives you a brief idea of how to achieve it through REST API, more sophisticated error handling should be added to this code base.
Duo