POST/esignglobal/v1/envelope/finish
Interface Description
Manually terminate the signing process. All signers must complete their signatures before the process can be concluded. Once the signing process is completed, no further modifications can be made to any resources.
If the docking platform uses the Create and Start Envelope API to create an envelope, there is no need to call this API manually, as the system will automatically trigger it upon completion of the envelope.
Request Parameters
Request Example
{
"envelopeId":"flow1234567890"
}
Response parameters
Response Example
{
"code": "0",
"data": {
"envelopeId": "xxxx",
"envelopeStatus": 2
},
"message": "success"
}