Forums
Hey there, I'm building out an application where I have to prepopulate a PDF with values the we either already have or gather from the user. I've used your blog post on field injection to setup the JSON structure for the REST calls. For the most part it works. I can create the package, inject fields, and initiate a signing session in an iframe. However some of the fields on our PDFs are check boxes.
Forums
Hi! I am not able to create new documents using post method from NodeJs server, please find the request and response below
  domain: null,
  _events: { end: [Function: bound _clearTimeout] },
  _eventsCount: 1,
  _maxListeners: undefined,
  _agent: false,
  _formData:
   FormData {
     _overheadLength: 163,
     _valueLength: 0,
     _lengthRetrievers: [ [Function] ],
     writable: false,
     readable: true,
     dataSize: 0,
     maxDataSize: 2097152,
     pauseStreams: true,
     _released: false,
     _streams:
      [ '----------------------------703401962293487607875932\r\nConte
Forums
Hi! Is there a way to update role/roles (already created) in package with Q&A challenges? I have tried PUT on '/api/packages/:packageId/roles/:roleId' but it seems as though the auth part of my request is being ignored.
{  
   "signers":[  
      {  
         "delivery":{  
            "email":false
         },
         "email":"[email protected]",
         "firstName":"Jim",
         "lastName":"Smith",
         "title":"",
         "company":"",
         "auth":{  
            "scheme":"PROVIDER",
            "challenges":[{
                "question": "esign live",
             
Forums
Hi! I have been trying to upload multiple documents with a post request to '/api/packages' (the sandbox) url and getting getting the error indicating the number of documents sent in the payload is different from what I attached, Could have a look at the code and let me know, what I am missing?
var httpReq = require('superagent');
var _ = require('lodash');

var createPackageReq = httpReq
                                    .post(config.esignature.host + '/packages')
                                    .set('Content-type', 'multipart/form-data')
                                    .set
Forums
Hello! I seem to be getting a 500 when I try to upload a new document. I am not exactly sure what is going wrong; I attached my settings below, and this is the generated HTTP snippet by Postman
POST /api/packages/cRtQjTTkipxb6m3LiHkaLEeEcDo=/documents HTTP/1.1
Host: sandbox.esignlive.com
Authorization: Basic MY_API_KEY
Accept: text/html
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW

----WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="files[]"; filename=""
Content-Type: 


----WebKitFormBoundary7MA4YWxkTrZu0gW
Forums
Hi, thanks Haris for your input, my next step is to simulate the workflow and working on a POC using SOAPUI ( a freeware I use to test REST services ). The workflow is straight forward: 1. Create a Package and Send the PDF . Read the Response PackageId 2. Retrieve the SIgningURL based on the PackageId I haven't had any luck with this simple call #1.
Forums
Hi, Just a little bit of background first on what my objective is: We have a Web Application for Institutions used by their staff (brokers). The Application which creates legal forms with merged data in PDF. The final output is a combined set of legal forms with merged data from the back end.
Forums
I've noticed that the e-sign live SDK supports the ability to delegate access form one signer to another. (As documented at the bottom of this page). Does the REST API also provide similar functionality? I haven't been able to find any documentation on the delegate access feature.
Forums
I'm currently using the sandbox version of eSignlive and I wish to configure the designer view (hide various elements). I found this page which says "To modify your designer settings, you first need to have a designer settings profile enabled on your account. Please contact your administrator for help. ". Could I get some more information regarding who to contact in order to access the designer settings?