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:
- Add new documents to the envelope
- Add new recipients and change the signing order
- Add or delete document fields
Note: You can correct the document only before none of signers have completed signing the document.
API Endpoint
POST https://sign.zoho.com/api/v1/requests/<request_id>/markforcorrection
Request example
curl --location --'{{SIGN_URL}}/api/v1/requests/:Request_Id/markforcorrection' \
--header 'Authorization: Zoho-oauthtoken <Oauth Token>'
Response example
{
"request_status":"correction",
"code":0,
"message":"success",
"status":"success"
}