Forums
Hi Team, Can you please share the JSON payload for defining Signing Order for signature blocks. Also if have multiple signers , for example I have 5 signature blocks and two signers( SIGNER1, SIGER2) "sign1," "sign3" supposed to be signed by SIGNER1 and "sign4,sign2,sign5" by "SIGNER 2". How to define the signing Order for this scenario in JSON request payload Thanks in advance. Regards, Srikanth Srigiri
Forums
Hi - We're developing a new feature where our auto dealers can issue new versions of a priorly issues document. We were wondering if there was a good way to void the old one, but not delete it? I am aware of the remove endpoint in the API, just curious if there are other options. Ideally a void would show the original contract (and still have it available to us), but it would write messaging on it that proves its invalidity. Thanks!
Forums
I've tried to do a status change on OPTED_OUT package to DRAFT (edit data, then set it to SENT). Request
PUT /api/packages/PACKAGE_ID HTTP/1.1
Accept:  application/json,application/zip,application/pdf,text/html; esl-api-version=10.7
Accept-Encoding: gzip, deflate
Authorization: Basic XXX
Connection: keep-alive
Content-Length: 19
Content-Type: application/json
Host: sandbox.esignlive.com

{
    "status": "DRAFT"
}
Response:
HTTP/1.1 500 Internal Server Error
Connection: keep-alive
Content-Type: application/json
Date: Wed, 15 Feb 2017 10:35:5