Partially signed document
Saturday, August 19, 2017 at 05:57amWe are integrating eSignLive in our application and we have a situation where Business would need a partially signed document.
In other words, let's assume that there are 3 signers on the document and the details have been passed to eSignLive through the package,
Once the first signer has signed, can our application retrieve the document from eSignLive ?
This partially signed copy or image of the document is required by our back-office for processing further.
Reply to: Partially signed document
Monday, August 21, 2017 at 08:42amGET https://sandbox.esignlive.com/api/packages/{packageId}/documents/{documentId}/pdf?flatten=true
This way, your signatures will not be lost if you edit the partially signed documents. Though, you will lose the audit trail embedded in the pdf (but you can retrieve at anytime through the API).