Extend Expiry
PATCH {{apiBaseUrl}}/v1/document/extendExpiry?documentId={{documentId}}
The sender and its admin can only extend the expiration date of a document. Additionally, you can also notify the recipient one day prior to the expiry date.
You couldn't perform this action to reduce the expiry date of a document, and this action can only be performed on documents that have not been signed yet.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
documentId | string |
Request Body
{"newExpiryValue"=>"2023-11-19", "warnPrior"=>true, "onBehalfOf"=>"alexgayle@cubeflakes.com"}
RESPONSES
status: OK