Forums

Hi,

I am getting below error while creating the package

Could not send the package. Exception: The remote server returned an error: (400) Bad Request. HTTP POST on URI https://sandbox.esignlive.com/api/packages/Rm-5vsjnTEtXulzytyawcbPNo1Q=. Optional details: {"messageKey":"error.validation.sendPackage.noApprovals","message":"Cannot send package without approvals.","code":400,"name":"Validation Error"}

I am using c# and below is the code I use.

Forums

I have code that follows which I have used to setup delegation for various users.  All of the sudden users no longer have delegated access and using the code reports it setup delegation but it doesn't work.  We have a main account where users are created, they are assigned rights in a subaccount and in that subaccount is the "user" where I setup delegation.  Has the API call changed at all?

 

Forums

Hi Team,

I have multiple pages contract which has multiple signers.

For a specific signer, i am trying to add a input text field.

I am able to add the field but I am interested to make the field required and show up on multiple pages so user do not have to key in values for each page.

 

Requirement:

  • Make a text field required via tags not UI
  • Make the text field available on multiple pages so user do not have to key in same info multiple times. Basically bind multiple text fields as one.

Thanks

Forums

I have a transaction I'm creating in C# based on using at template.  The consent agreement and document to be signed are in the template.  I can create the transaction from the template no problem, but once it's created i want to update the value of a label field that's in the first document (after the Consent Agreement).  The label field is named "AccountNum".  All the transactions are "the same" but a couple fields need customized values.  Is there any easy way to do this?