Can we bulk sign only one document for a signer
Monday, April 27, 2020 at 03:07pmWe 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
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
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