Document Change AccessCode
PATCH {{apiBaseUrl}}/v1/document/changeAccessCode?documentId={{documentId}}&emailId=hankwhite@cubeflakes.com&zOrder=1
The Sender can change the access code on an already authenticated document, and you must communicate with the recipient and pass on the code.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| documentId | string | ID of the requested document. | |
| emailId | string | Email address of the signer. | |
| zOrder | number | A number that denotes the signer's order, which targets the given email address present in the recipient list. | 
Request Body
{"accessCode"=>"!@#123"}