Correct document

This will help to alter almost all steps of the document signing process. Apart from editing the document, with the correct document feature, you can:

  1. Add new documents to the envelope
  2. Add new recipients and change the signing order
  3. Add or delete document fields

Note: You can correct the document only before none of signers have completed signing the document.

API Endpoint

CopiedPOST https://sign.zoho.com/api/v1/requests/<request_id>/markforcorrection

Request example

Copiedcurl --location --'{{SIGN_URL}}/api/v1/requests/:Request_Id/markforcorrection' \
--header 'Authorization: Zoho-oauthtoken <Oauth Token>'

Response example

Copied{
 "request_status":"correction",
 "code":0,
 "message":"success",
 "status":"success"
}