POST Document Declined Webhook

This webhook will be called when a recipient declines the document.

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: sign
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
filename
string(32)
Name of the file.
Example: HR Policy
email
string(32)
Email Address of the recipient.
Example: sachin@gmail.com
reason
string(100)
Reason provided by the recipient who has declined the document.
reference
string(32)
Reference of the document.

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