This sample code is to demonstrate how you can make convert a SOAP message received from typical web service for document signing to eSignLive REST API.  This sample also uses Text Tags in sample document to simplify the Json message in REST API to REST eSignLive to create a transaction.
Rate this Code Share
Downloads
43
Source type
Direct file upload - File will be hosted on developer website
File
Forums
Hello, I'm having a hard time structuring my JSON payload to reflect what I want to appear in my package. The documents have already been merged with *MOST* data via another source, but I do need to add some information to one of the 3 documents being sent for signing. This means I cannot build a new package with a form, but need to use the existing PDFs and structure I'm uploading to esign live. In my opinion, the easiest way would be to use a text anchor, find the location I want to add the data, and then give it a value and have esign live write it in.
Forums
Hello, Our team has started the integration with eSignLive REST API to create and send packages, sign the documents and get response payload from callback listener. We have a question regarding the sessionUser. After we created and sent a package using the url as https://sandbox.esignlive.com/api/packages, we were able to get a packageId from the response.
Forums
Hi, I don't understand the difference between roles and approvals? I want to create a package with multiple documents where some of them require only receiver's signature and some of them require both sender's and receiver's signature and I'm not sure how should I configure my roles and approvals. Thanks
Forums
Hi Team, I am trying to use the REST APIs to Integrate Silanis with my application. Before I code any API URL in my program, I want to test and validate URIs using PostMan Client. I have tried couple of sample programs shared in Developers blogs and are working fine, But write the code to meet my requirement I should be able to get a feel of the URLs by testing them in PostMan client, But note of the URI are working for me. I am sure definitely, I am missing something.
Hi, I've read through the rest api documentation at (http://docs.e-signlive.com/mc/content/c_esignlive_integrator_s_guide/rest_api/packages.htm) and am interested in finding out if there is a sample code available for invoking the "Create a new document package along with document binaries" API. A sample request payload is provided in the link but a sample code to create package via this api would be great. Specifically, would like to find out how the documents are attached in the json. thanks Neel
Forums
Hello all, Thank you for the good forum, and your help here! I'm trying to integrate our systems with you, and I'm sending a JSON object trying to clone a template with 1 pdf document inside, but by some reason all the fields are not listed. First thing I've noticed is that when you create the package via your website using the designer, I've noticed that in "approvals" the name field is identical with the signature field ID, and I thought that's it! But unfortunately it didn't worked!