Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.91 KB

WebhookResponseCompound.md

File metadata and controls

26 lines (21 loc) · 1.91 KB

WebhookResponseCompound

Properties

Name Type Description Notes
pkiWebhookID kotlin.Int The unique ID of the Webhook
sWebhookDescription kotlin.String The description of the Webhook
eWebhookModule FieldEWebhookModule
sWebhookUrl kotlin.String The URL of the Webhook callback
sWebhookEmailfailed kotlin.String The email that will receive the Webhook in case all attempts fail
bWebhookIsactive kotlin.Boolean Whether the Webhook is active or not
bWebhookIssigned kotlin.Boolean Whether the requests will be signed or not
bWebhookSkipsslvalidation kotlin.Boolean Wheter the server's SSL certificate should be validated or not. Not recommended to skip for production use
objAudit CommonAudit
fkiEzsignfoldertypeID kotlin.Int The unique ID of the Ezsignfoldertype. [optional]
sEzsignfoldertypeNameX kotlin.String The name of the Ezsignfoldertype in the language of the requester [optional]
eWebhookEzsignevent FieldEWebhookEzsignevent [optional]
eWebhookManagementevent FieldEWebhookManagementevent [optional]
sWebhookApikey kotlin.String The Apikey for the Webhook. This will be hidden if we are not creating or regenerating the Apikey. [optional]
sWebhookSecret kotlin.String The Secret for the Webhook. This will be hidden if we are not creating or regenerating the Apikey. [optional]
sWebhookEvent kotlin.String The concatenated string to describe the Webhook event [optional]
aObjWebhookheader kotlin.collections.List<WebhookheaderResponseCompound> [optional]