kodeybranson

Trouble Creating a Package

0 votes
I'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

0 votes
Try.... { "name": "My Document", "type":"PACKAGE", "language":"en",application/json "emailMessage":"", "description":"New Package", "autoComplete":true }

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off