Trouble Creating a Package
Monday, February 1, 2016 at 04:56amI'm using Firefox Poster to try to create my http call to create a package in eSignLive with the API and am struggling a bit.
From Poster I send a POST request to https://sandbox.esignlive.com/api/packages/ withthe content as:
{
"name": "My Document",
"type":"PACKAGE",
"language":"en",application/json
"emailMessage":"",
"description":"New Package",
"autoComplete":true
}
Any idea where I'm going wrong?
Reply to: Trouble Creating a Package
Monday, February 1, 2016 at 05:09am