Name | Type | Description | Notes |
---|---|---|---|
pkiWebhookID | NSNumber* | The unique ID of the Webhook | |
sWebhookDescription | NSString* | The description of the Webhook | |
fkiEzsignfoldertypeID | NSNumber* | The unique ID of the Ezsignfoldertype. | [optional] |
sEzsignfoldertypeNameX | NSString* | The name of the Ezsignfoldertype in the language of the requester | [optional] |
eWebhookModule | FieldEWebhookModule* | ||
eWebhookEzsignevent | FieldEWebhookEzsignevent* | [optional] | |
eWebhookManagementevent | FieldEWebhookManagementevent* | [optional] | |
sWebhookUrl | NSString* | The URL of the Webhook callback | |
sWebhookEmailfailed | NSString* | The email that will receive the Webhook in case all attempts fail | |
sWebhookApikey | NSString* | The Apikey for the Webhook. This will be hidden if we are not creating or regenerating the Apikey. | [optional] |
sWebhookSecret | NSString* | The Secret for the Webhook. This will be hidden if we are not creating or regenerating the Apikey. | [optional] |
bWebhookIsactive | NSNumber* | Whether the Webhook is active or not | |
bWebhookIssigned | NSNumber* | Whether the requests will be signed or not | |
bWebhookSkipsslvalidation | NSNumber* | Wheter the server's SSL certificate should be validated or not. Not recommended to skip for production use | |
objAudit | CommonAudit* | ||
sWebhookEvent | NSString* | The concatenated string to describe the Webhook event | [optional] |
aObjWebhookheader | NSArray<WebhookheaderResponseCompound>* | [optional] | |
pksCustomerCode | NSString* | The customer code assigned to your account | |
bWebhookTest | NSNumber* | Wheter the webhook received is a manual test or a real event |