Forums
Hi, I am trying to get all the package IDs from one account. For some reason, I only get one package ID comes back, even the count shows me as 3. The is the url i have tried 'https://sandbox.esignlive.com/api/packages'. Please see the attached screenshot for the result I get from Postman. Can anyone please help take a look at this? Thanks a lot, Ning
Forums
Hi All, Hope someone can shed some light on what i am doing wrong. In salesforce apex code I am creating package DateTime dT = System.now(); dT.addDays(7); ESignLiveExamples.createPackageWithDocumentsExample( 'Demo12', true, 'Demo12 description', dT, 'Hello World, Demo12 is READY' ); Works great no issue Then I change the status to SENT ESignLiveExamples.setStatusExample('{my package ID}', ESignLiveAPIObjects.PackageStatus.SENT); no problem here too package move from DRAFT to INBOX TIme to sign it String outboundRequestBody = ESignLiveJSONHelper.prepareOutboundJSON('{"documents": [{"id
Forums
Hello Team, I am using "https://sandbox.esignlive.com/api/packages/" to create request on EsignLive. after successful call we received email from eSignLive to sign this document we open email to sign this document. then we have requirement from client to move our signatory box which we set using extractAnchor tag, please refer following code by which we we set this signatur box. "extractAnchor": { "text": "ICLM_ExtSignature:1", "index": 0, "width": 150, "height": 40, "anchorPoint": "TOPLEFT", "
Forums
Hi, Where can we send the reminder notification related parameters in initial package creation request. Please share me the sample initial package creation json request for setting reminder related information. As of now i am using create a reminder schedule by making a POST request to the base URL(https://sandbox.e-signlive.ca/api/packages/{packageID}/reminders) with the following example JSON: { "startInDaysDelay": 1, "repetitionsCount": 5, "intervalInDays": 1, "packageId": "{packageId}" } But getting 500 exception.
Forums
I'm using same code in demo and in prod, works fine for demo but not in pord. but I'm getting the following error message. {"messageKey":"error.validation.createProcess.missingData","message":"Missing process definition.","code":400,"name":"Validation Error"} I'm sending the same document in both environments so I don't have clear what I'm doing wrong. Is this error message specific enough to know what Im doing wrong?. What could be possible sources of error.
Forums
I have the following Approval being set for a 3 page document and the alignment is considerably off. What is the unit of measurement for the top/left/width/height values? I am receiving these values from a vendor so it may be something with what they are sending. Is there any other setting that would skew the position of the signature?
{
	"role": "a1546000000xtaqAAA",
	"id": "a1546000000xtaqAAA",
	"fields": [
		{
			"top": 222.62,
			"left": 72,
			"subtype": "FULLNAME",
			"width": 252,
			"page": 2,
			"type": "SIGNATURE",
			"height": 36
		}
	]
}
Thank you, Rich