Account


Earned badges

Achievement: Latest Unlocked

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

0 votes
Thanks 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

0 votes
My 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

0 votes
My 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 5 years 1 month ago 47
Profile picture for user Duo_Liang
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 5 years ago 514
Profile picture for user Duo_Liang
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 5 years 2 months ago 902
Profile picture for user Duo_Liang
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 5 years 2 months ago 25
Profile picture for user Duo_Liang
Profile picture for user mwilliams
Hi , i am trying to create a package using the rest API with sandbox url : https://sandbox.esignlive.com/api/packages.
9 5 years 7 months ago 60
Profile picture for user Duo_Liang

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.