Hello,
We have a workflow, where we need to auto sign and fill a text field, without editing the package.
Is there a way to do this using .NET?
March 19Created
January 21Last Updated
6 years agoLast Reply
2Replies
24Views
2Users
0Likes
0Links
Duo_Liang | Posts: 3777
Reply to: Update text field in signing ceremony
Tuesday, March 19, 2019 at 10:20am
0
votes
Hi Hattabitos,
You can the capability to do this with OneSpan Sign, but only with Rest method, not with .Net SDK.
Here's the steps:
#0. create and send the package
#1. first get an authentication token for your signer
#2.then use this authToken to get a sessionToken
#3.use this sessionToken as a request header and update the field
#4.call SDK function signDocuments() bulk sign for your signer.
Kindly check the attachment for sample codes.
And BTW, the audit trail will show it’s your application’s IP who updated the fields and signed all the document, so always talk to your legal department to see if it’s suitable for your application before following this path.
Hope this could help!
Duo
Reply to: Update text field in signing ceremony
Tuesday, March 19, 2019 at 10:20amReply to: Update text field in signing ceremony
Tuesday, March 19, 2019 at 10:20am