236 results matched your search criteria
Forum topic
OneSpan Sign
Hi, I have a package with status draft, Now I want to update an approval using this route
PUT /packages/{packageId}/documents/{documentId} /approvals/{approvalId}
Here I am updating multiple field values.
Forum topic
OneSpan Sign
I use following method to update senders info:
eslClient.AccountService.UpdateSender(info, senderid);
The problem is that once this is done sender is inactive and invitation needs to be sent to a sender.
Is there a way to activate sender immediately after update?
I think there is another option.
Forum topic
OneSpan Sign
I've noticed that it is not possible to update emailMessage for chosen role.
TC
1.
Forum topic
OneSpan Sign
How frequently are the in-app reports updated? Both Transaction Reports & Account Reports.
Is there documentation about this?
Forum topic
OneSpan Sign
I am trying to update an exciting package that is already on draft mode. especially roles on that package.
Forum topic
OneSpan Sign
Hello,
I have already a template with 2 placeholders called Signer1 and Signer2.
When creating a document packge from the template, how I can update these placeholders to add the email address and first and last name for the signers.
Do you have such an example?
Forum topic
OneSpan Sign
HI,
I have created a package with some document and set its status to "SENT".
Forum topic
OneSpan Sign
Hello Team,
Is their a way to update package builder after package is build. We did not find any relevant methods.
Thanks,
Navya.
Forum topic
OneSpan Sign
Hi
Is it possible to update the language of the sender , using the REST API after the sender has been created.
For example making a PUT to
https://sandbox.esignlive.com/api/account/senders/8X9iP9K5wQwK
{"language":"en"}
Forum topic
OneSpan Sign
If I update an existing package to SENT am I able to add any new documents to the package? Can I can update the package status to ACTIVE or some other status, add the document and then update status again to SENT?