Is there a certain data type you are using to generate the Package Ids for packages? I would like to reference the package id.
- Read more about What is the Data Type of the Package Id?
- 2 comments
- Log in or register to post comments
- 23 views
Is there a certain data type you are using to generate the Package Ids for packages? I would like to reference the package id.
Is there a certain data type you are using to generate the Package Ids for packages? I would like to reference the package id.
I have access to three Sub Account.
I can create package inside any of the sub accounts in UI.
If i create a package through API it will be created inside my home sub account
How to create package in different sub account using API for a particular user as sender
Hi, i'm gettin this error message "OneSpanSign.Sdk.OssException: 'No Role found for signer email ", creating a package, this is the code that i'm using, thanks for the help.
String API_KEY = "dzkxxxljQw==";
String CLIENT_APP_ID = "17bbxxx338b";
String CLIENT_APP_SECRET = "687964xxx79118c29";
String BASE_API_URL = "https://sandbox.esignlive.com";
String API_URL = BASE_API_URL + "/api";
How to create package with role without sending mail to signer
Please send me one payload with multiple signer box also.
Thanks in advance.
Getting error when create package when read file from server.
Working Code: When read file from local machine
var options = {
'method': 'POST',
'url': 'https://sandbox.esignlive.com/api/packages',
'headers': {
'Authorization': 'Basic XXXXXXxxxxx',
'Accept': 'application/json'
},
formData: {
'file': {
Hello,
I am trying to interface with OneSpan Sign using the REST API. I am using the LotusScript language on a HCL Notes / Domino platform.
When I send a package with no document, including only the json, it works fine. When I try to add a document using a MIME message, I always get the 406 Not Acceptable error message. I did some research in the forums but couldn't find any helpful help for this error.
HTTP request:
I'm trying to looking up the documentation for the POST /api/packages call within the Interactive API Definitions page in the sandbox environment, but when I click on this method, the page displays the following error:
Resolver error at paths./api/packages.post.requestBody.content.application/json.schema.$ref
Could not resolve reference: Could not resolve pointer: /components/schemas/Package does not exist in document
Attached is a screen dump of what's displayed at the top of the page.
CreatePackage with multiple documents works fine. CreatePackageOneStep with multiple documents throws wrongNumberOfFiles validation error. I can see in the stack trace:
at Silanis.ESL.SDK.Services.PackageService.CreatePackageOneStep(Package package, ICollection`1 documents)
at Silanis.ESL.SDK.EslClient.CreatePackageOneStep(DocumentPackage package)