Programatically Sign a Single Document
Friday, July 15, 2016 at 06:52amHello,
We would like to request being able to programmatically sign a signature on a single document for a specific signer, and sign all the signatures on a single document for a specific signer.
Thanks!
Reply to: Programatically Sign a Single Document
Friday, December 2, 2016 at 07:49amReply to: Thisisnowpossible
Thursday, April 30, 2020 at 06:49amHI,
What if you only want to sign one document of the package programatically (and not all documents).
regards,
Reply to: Programatically Sign a Single Document
Thursday, April 30, 2020 at 11:58amHi Patrice,
SDKs don't expose the function to bulk sign on behalf of a signer for one or partial of the documents. In order to do so, we can either request an Enhancement Request to enhance the SDK functions or the client can use REST API instead, I've created some sample codes in .NET at this post.
Duo
Reply to: Programatically Sign a Single Document
Monday, May 4, 2020 at 02:09amthanks for the info, if I understand correctly, with REST API it is possible for signing only 1 document in a transaction with the bulk signing feature?
Reply to: Programatically Sign a Single Document
Monday, May 4, 2020 at 08:17amHi Patrice,
Yes, it's possible to sign only 1 document in a transaction, with REST API. If you check the "Bulk Sign for a Signer" guide, at the last time, the API accepts an array of document IDs, this is where you can pass in the document ID of interest.
Please note that, bulk sign has to comply to the document order, hence you can't sign the second document prior than the first one. Also, if this partial signatures of this document has been manually signed by this signer, or has completely signed but not yet confirmed, invoking bulk sign might return an error from back end.
Duo