Specifying Signer of Document
Tuesday, June 18, 2019 at 11:55amHello,
I'm currently using the REST API to upload a package. The package has 2 signers and 3 documents.
First Document (Requires only Primary Signature)
Second Document (Requires only Joint Signature)
Third Document (Requires both signatures)
Is there a way to specify which document is required to be signed by which signer?
My problem is that my documents have placeholders for multiple signatures. There may be times when the first document needs to be signed by both Primary and Joint.
Currently, if I have 2 signers in a package, they will be prompted to sign all documents where there is a primary and secondary signature required.
Thanks for any insight,
Dave
Reply to: Specifying Signer of Document
Tuesday, June 18, 2019 at 12:59pmDELETE /api/packages/{packageId}/documents/{documentId}/approvals/{signatureId}/
Because there's no direct API to specify signer of document(document visibility doesn't work in this case) or bulk remove all signatures for one signer in one document. Hope this could help! DuoReply to: Specifying Signer of Document
Tuesday, June 18, 2019 at 03:33pm