Document Execution Platform

Use this API to reactivate expired documents

You can use this API to reactivate expired documents within 30 days of expiry. Please note that Stamped Documents cannot be reactivated using this API.

post/v2.1/sign/request/reactivate

Request body

documentIdstring required

Document ID which need to be reactivated.

expiryDaysinteger

Can be used to define the new timeout period after which an uncompleted transaction gets cancelled and reversed. -1 is for 45 minutes, 0 means same day (11:59 PM) , 1 stands for next day , 2 stands for 2 days and so on. In case of expiryDays and expiryTime both passed in the API, priority will be given to expiryTime.

expiryTimeinteger

Can be used to define the new timeout time after which an uncompleted transaction get cancelled and reversed. Maximum value can be equal to 365 days. Value in this parameter to be passed as long format of date.

Response

Default Response

statusinteger

if success then 1, else 0.

Changes

No recorded changes to this endpoint across all 1 revision of this API.