Forums

UPDATE: Solution in comment section

Hi,

I create packages only by adding roles and signatures with ESL tags on document and it always worked perfectly. Until rencently, maybe a couple of days, we started receiving "Cannot send package without approvals" error.

Checking my code, I see I put null for approvals which of course is why the error comes out. Though, it always worked until recently. Has it become suddenly mandatory?

If yes, I can definelty start adding approvals, but kinda confused on weither I have to add an approval per role, or per signature, etc.

Forums

I am getting the following exception while trying to create a Package using
.withExtractionType(ExtractionType.TEXT_TAGS) for the DocumentBuilder, 
Is there a way to use ExtractionType alongside createPackage?
I am looking forward to create a reminder inside my transaction therefore I cannot use createPackageOneStep nor CreateAndSendPackage.

Thanks

Forums

contract is a class with accessible properties that have been populated by this point and is a parameter being passed into the call here.

All the text anchors have been verified in the starting doc...

                string sourceFile = pdf.FullName;
                string LenderEmail = "[email protected]";
                bool CoBorrower = false;

Forums
int the call to CreatePackage when calling the eSign rest api , we get 500 error from the server. EslServerException: The remote server returned an error: (500) Internal Server Error. HTTP POST on URI https://sandbox.e-signlive.ca/api/packages/o6Qqzj2LSQVcL28SnOxjUNKx-oE=/documents. Optional details: {"code":500,"messageKey":"error.internal.default","technical":"name cannot be null or empty","message":"Unexpected error. I have attached a JSON dump of the request to the eSign api. Any thoughts? thx.