Topic Replies Freshness Views Users
Normal topic
Hi Team, We are able to successfully upload a single document while creating a package . also apply layout on that document which we have create on e-signlive As per or client requirement we need to set the signer on layout and also set…
Normal topic
Hi Team, We are able to successfully upload a single document while creating a package . What all changes do we need to make to the code to allow upload of multiple documents? can you also provide me sample json for multiple upload As…
Normal topic
Hi, I am translating SDK call to REST API. Attached is the code we use SDK call. I have difficult to find all options or parameter from the website documentation. Could you please provide some sample, how to construct the required…
Normal topic
I've heard email mentioned as an alternative to using the REST API to retrieve completed packages. We have the ability to create an email address and any attachments sent to that email address get imported directly into our imaging system…
Normal topic
I am trying to create a package using the REST API through my company proxy, using a system called TIBCO. My understanding is that we need two types of security: 1. Basic authentication (using the API Key, that we have been given from…
Normal topic
I have been hitting a bit of a brick wall trying to add text anchor tags to an uploaded document. Let my explain what I have been attempting to achieve. First I upload a document to an existing package, the package already contains a new…
Normal topic
Hello, I am trying to use the REST API in my web application to add a document to a package. When I submit my form with a POST request, I am getting a 406 error. The accept header I'm using is application/json. What should I use instead? …