Account
I am a
Developer
Product(s)
Earned badges
Achievement: Latest Unlocked
Preferences
Replies
Topics Started
Topic Started
Topics |
---|
Hi There ,
I want to know about any provision of sending the authentication token to the callback generation rest api call so that once the callback happens
, we may get that token back with the requ
|
Hello Duo,
I am getting again and again the following error during sending document to esign.
{"technical":"65533","messageKey":"error.internal.default","message":"Unexpected error.
|
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
|
Is it possible to get all the signers url for signing Doc in the same response during the package creation with document binaries and signers detail using REST API.
if yes , Please provide the demo c
|
Hi , i am trying to create a package using the rest API with sandbox url : https://sandbox.esignlive.com/api/packages.
|
Replies Created
Reply to: How to send multiple document using API when creating the package
Saturday, August 4, 2018 at 03:35amThanks for the reply
I completely understand the json part.
But as per quick tutorial ,HttpClient is used for making multipartform request in c#.
I am using WebClient instead of HttpClient, another system.net library in c# and there is a concept of making boundry , but multiple file is not uploading with this library. getting 400 bad request.
if any help would be appreciated
Thanks in Adv..
Reply to: Unknown Error While creating package
Monday, September 10, 2018 at 08:14pmMy Request has two dashes which have got ommitted in the submitted request .
as per the sample provided in your rest api , package can be created with the basic request . Please find below my request .
But i am still getting error . Please specify if we can create a package with this basic request or no.
It is the editor in which you see my sample which is modifying the dashes . i am attaching the document
Header
POST https://sandbox.esignlive.com/api/packages
Content-Type: multipart/form-data; boundary=--------WebKitFormBoundaryd80d6bd2cc5e4c2aaaeac1075d9d67b0
Accept: application/json
Authorization: Basic MyApiKEY
Body as follows
--------WebKitFormBoundaryd80d6bd2cc5e4c2aaaeac1075d9d67b0
Content-Disposition: form-data; name="payload"
{
"name": "Test package"
}
--------WebKitFormBoundaryd80d6bd2cc5e4c2aaaeac1075d9d67b0--
Reply to: Unknown Error While creating package
Monday, September 10, 2018 at 08:17pmPlease find below attached request.
Reply to: Unknown Error While creating package
Monday, September 10, 2018 at 08:25pmText file is not supported , there is no upfront validation , hence , the file is not visible in the previous post.
i am attaching the png file now.Please respond
Reply to: Unknown Error While creating package
Monday, September 10, 2018 at 09:03pmMy Recent request is as follows . I am not calling documets api , instead i am calling packages api
Dashes are omitted by your editor . When i use the same input from an webpage , it is working but if i use it from C# library and call that
library from an NUNit , i am getting the same issue.Please help me as i am stuck . I can email you the request if you want , i am stuck on this.
POST : https://sandbox.esignlive.com/api/packages
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary88a792097f774b98a7cef06db25a2718
Accept: application/json
Authorization: Basic ApiKey
----WebKitFormBoundary88a792097f774b98a7cef06db25a2718
Content-Disposition: form-data; name="payload"
{
"type": "PACKAGE",
"language": "en",
"name": "Test package",
"documents": [
{
"approvals": [
{
"role": "Customer",
"name": "CustomerSignature",
"id": "CustomerSignature",
"fields": [
{
"name": "APR",
"id": "APR",
"extract": true,
"type": "INPUT",
"subtype": "TEXTFIELD"
},
{
"name": "CustomerSignature",
"id": "CustomerSignature",
"extract": true,
"type": "SIGNATURE",
"subtype": "FULLNAME"
}
]
},
{
"role": "Customer",
"name": "Agent",
"id": "Agent",
"fields": [
{
"name": "Agent",
"id": "Agent",
"extract": true,
"type": "SIGNATURE",
"subtype": "FULLNAME"
}
]
}
],
"extract": true,
"index": 0,
"name": "Test Document1"
}
],
"roles": [
{
"type": "SIGNER",
"id": "Customer",
"signers": [
{
"signature": null,
"firstName": "role",
"lastName": "one",
"email": "[email protected]",
"id": "Customer"
}
],
"name": "Customer"
}
]
}
----WebKitFormBoundary88a792097f774b98a7cef06db25a2718
Content-Disposition: form-data; name="file"; filename="download.pdf"
Content-Type: application/pdf
%PDF-1.3
1 0 obj
> stream
ÿØÿÃ
----WebKitFormBoundary88a792097f774b98a7cef06db25a2718--
Subscriptions
Topics | Replies | Freshness | Views | Users |
---|---|---|---|---|
Hi There ,
I want to know about any provision of sending the authentication token to the callback generation rest api call so that once the callback happens
, we may get that token back with the requ
|
1 | 4 years 7 months ago | 38 | ![]() |
Hello Duo,
I am getting again and again the following error during sending document to esign.
{"technical":"65533","messageKey":"error.internal.default","message":"Unexpected error.
|
11 | 4 years 6 months ago | 457 | ![]() |
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
|
5 | 4 years 7 months ago | 737 | ![]() |
Is it possible to get all the signers url for signing Doc in the same response during the package creation with document binaries and signers detail using REST API.
if yes , Please provide the demo c
|
4 | 4 years 7 months ago | 10 | ![]() ![]() |
Hi , i am trying to create a package using the rest API with sandbox url : https://sandbox.esignlive.com/api/packages.
|
9 | 5 years ago | 51 | ![]() |
Subscriptions Release Notes
This user is not subscribed to any release notes.