234 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
I'm having issues setting the expiration date to null.
These are the functions I'm calling:
EslClient eslClient = getEslClient(companyId);
PackageId pkgId = new PackageId(packageId);
DocumentPackage dp = eslClient.GetPackage(pkgId);
dp.ExpiryDate = null;
eslClient.UpdatePackage(pkgId, dp);
Af
Forum topic
OneSpan Sign
Guys,
I am seeing some weird results when trying to change the notary capture signature. Can you please fill me in on each of these items and if they are working as intended.
1.
Forum topic
OneSpan Sign
I'm trying to update all the roles such as adding and removing a few of them with one API call. I tried:
PUT /api/packages/{packageId}/roles
... but I get "500 Internal Server Error".
Forum topic
OneSpan Sign
I can PUT to /packages/{packageId} and update a package's data node.
However I failed to update a document's data node (PUT to /packages/{packageId}/documents/{documentId}).
Forum topic
OneSpan Sign
Hi ,
Signer update another signer as change signer.
Now Signer A updated SIGNER B as a SIGNER.
Now I need to download all required documents uploaded by changed signer(B).
If I am doing all Signer of package it is still showing SIGNER A only.
Thanks
Forum topic
OneSpan Sign
Guys,
I know you guys have been improving things for the new signing experience and I wanted to circle around to see if this workflow has been improved.
When we want to change notaries for a package do this workflow.
Forum topic
OneSpan Sign
Hello,
Recently when we generated reports, we found out there's one package with updated date in the time range, but not returned by the API "/api/packages?from=&to=&lastUpdatedStartDate=&lastUpdatedEndDate=", why it happened?
Forum topic
OneSpan Sign
I want to show a template document (which is currently in "Draft") in embedded mode but he/she can't update the fields.
If I show the document in designer view, user can updated document.
Forum topic
OneSpan Sign
Here's the scenario. I have 2 Approvers (For example, Bob and Mary). Bob has just 1 signature field. Mary has a signature field and a Label. Bob signs first. Before Mary signs I programmatically update her Label field so when she goes to sign she sees the Label Value I inserted.