Forums
Good day, I am working on integrating the esignlive for pdf form applications. During my research I found this guide that seemed like would be exactly what we needed. https://www.esignlive.com/blog/esignlive-how-to-creating-a-simple-php-web-application I tried to use it but ended up with the following error (seen attached). Unauthorized Access We're sorry. Your session may have expired. Please try again.
Forums
Hello, I want to create a Draft package (no signers, no documents) with the REST API. I'm sending this JSON string :
{  
   "name":"test",
   "type":"PACKAGE",
   "language":"fr",
   "emailMessage":"",
   "description":"",
   "autocomplete":true,
   "notarized":false,
   "settings":{  
      "ceremony":{  
         "inPerson":false
      }
   }
}
But with that JSON I'm always a signer of a package.. What is the right JSON ? or what is the solution to create a Package without being a signer ? Thanks in advance! Thomas
Forums
So the documentation on the site doesn't really help with this issue. I'm in the process of creating the JSON object used for the package and was wondering if anyone knows what the bare minimum fields are that are required for creating and sending a new package up? The creating and sending example is good, but has a lot of fields that it says are not required.