1375 results matched your search criteria
Forum topic
OneSpan Sign
Hi Duo,
I am not able to send the multiple pdf doc using webClient during creating Package with binary doc by the Rest Api,
can you provide me the working code for the sending multiple doc for the multiple signers using webclient(For Rest Api).
Forum topic
OneSpan Sign
Hi,
Is there a REST API that I can call and retrieve information about the position of the signature field(s) and metadata of a document? I would like to send a document Id/or package Id and get all the details of it.
Forum topic
OneSpan Sign
I have a requirement to extract the date that a package was completed.
As we have signing Groups who sign in a particular order, I can extract the date that the last known group signed by retrieving the SignersCompletionReport (through esl.ReportService.DownloadCompletionReport = yields => Sende
Forum topic
OneSpan Sign
Hi,
I'm looking for a way to add signatures to multiple documents in package in one API call instead of having to make separate calls for each individual document. We're looking to accomplish this so that we can reduce our total number of API calls to eSignLive and help our performance.
Forum topic
OneSpan Sign
Is it possible to send multiple documents via one API call and one transaction?
This is similar to the code in the example, can I just append each file to a new form for the MultipartFormDataContent?
ByteArrayContent content = new ByteArrayContent(fileByteArray);
c
Forum topic
OneSpan Sign
My company has an OneSpan account to request customer's e-signatures consistently.
Forum topic
OneSpan Sign
How to place a completed OneSpan Doc as an attachment of a case inside Salesforce. They are doing a one time process outside of the Salesforce Connector to meet a compliance requirement.
Forum topic
OneSpan Sign
I'm working on the callbacks into Salesforce. The callbacks are triggering just fine. And the provided code where we are uploading the signed documents into the document object is working perfectly. However, I need to upload the documents into Content Versions instead of the document library.
Forum topic
OneSpan Sign
In my scenario, the signer has to send the document back to the initiator to correct and make changes before they can sign. How can I do that.