POST Finish Later Document Webhook

This webhook will be called when the document is set to finish later.

Response Attributes

API Content Type: JSON

body

ATTRIBUTE DESCRIPTION
statuscode
string(3)
This is the status code corresponding to a particular message and is returned to the user. The different status codes corresponding to this API are mentioned below
Example: 200
status
boolean
This parameter indicates the status of API call.
Possible Values: true or false
type
string(100)
This parameter indicates the type of the webhook.
Example: finishlater
message
string(100)
This parameter is the result message which contains information about the result.
Example: get data successfully.
object
This parameter gives the information about the result of the API response.
Attribute Description
documentid
string(32)
Unique Id of the document.
Example: W6MK20207938JIA11252061081EU3692
email
string(32)
Email Address of the recipient.
Example: sachin@gmail.com
date
string(32)
Date which is set to finish the document.
Example: 2020/12/25
reference
string(32)
Reference of the recipient.

Response Codes and Messages

statuscode status Description
200
true
Success
401
false
Your Session has expired
409
false
Conflict has occured
422
false
Invalid parameter
500
false
System error