Add participant to accept the document instead of signing
Friday, July 20, 2018 at 04:19amHi,
I am looking for some code snippet to add a participant to just "Accept" the document instead of signing.
Can anyone please give me some help?
Thanks,
KK
Reply to: Add participant to accept the document instead of signing
Friday, July 20, 2018 at 05:46amSignatureBuilder.acceptanceFor("your signer email")
. This is to create an approval without any fields which is equal to the request payload below: Hope this could help you!