1312 results matched your search criteria
Forum topic
OneSpan Sign
The sender only wants to receive an email once the signing process is complete... is this possible to setup ?
Forum topic
OneSpan Sign
When I do PUT request to /api/packages/{package_id} with request payload as
{
"status": "DRAFT"
}
I get error response as
{
"code": 415,
"entity": null,
"message": "Unsupported Media Type",
"messageKey": "http.status.415",
"name": "Unsupported Media Type",
"technical":
Forum topic
OneSpan Sign
Hi, we want to keep track of the transactions that has been completed, that's why we would like to archive the transactions we already have in our DB as completed. I would like to ask if there's a way to archive multiple transaction in a single API request.
Forum topic
OneSpan Sign
/api/packages?predefined=all&from=1&to=99999&predefined=all
returns
{
"results": [],
Forum topic
OneSpan Sign
HI,
How should I get package Id in E-sign call back? I am working with .NET MVC.
Thanks,
Baskar G
Forum topic
OneSpan Sign
Hi there.
What I'm trying to do is specify the sender of a package to be [email protected]. Our main account owner is [email protected]. No matter how I update my JSON, the package sender is still [email protected].
Here is my pertinent JSON package
Forum topic
OneSpan Sign
Hello,
just started to work with the REST API.
currently working thru the Python test cases / examples.
i have two initial observations.
1.
Forum topic
OneSpan Sign
I have seen the example of GetCompletedPackagesWithinDateRangeExample.cs in github from the following link
https://github.com/eSignLive/esl.sdk.net/blob/m