Library
Webhooks Database Table
Fields
- physkey
 - #100, Datatype: String 44 bytes
Internal record identifier - rve
 - #101, Datatype: Double
 - rvel
 - #102, Datatype: Double
 - HookPoint
 - #110, Datatype: String 84 bytes
Event that will cause web hook to execute. This is the technical/internal description - SendFrom
 - #111, Datatype: Integer
Where is the message to be sent from, POS, STORESERVER or HEADOFFICE - ExpiresDt
 - #112, Datatype: DateTime
Date time that this subscription will automatically be disabled. You can edit a webhook to extend the expiry date. The system administrator may limit the maximum future date you can set. - TargetUrl
 - #120, Datatype: String 250 bytes
 - PayloadFormat
 - #121, Datatype: Integer
Send data in JSON or XML - HttpVerb
 - #122, Datatype: Integer
What type of HTTP verb is to be used, GET, POST, PUT, PATCH, DELETE. If unsure, use POST. - SslOptions
 - #123, Datatype: String 90 bytes
keywords to control SSL connection. 'ignorecert' - Ignore any certificate errors - HttpHeader
 - #124, Datatype: String 250 bytes
Additional HTTP header to be included in message. This is added exactly as provided - BacklogMaxSeconds
 - #130, Datatype: Integer
How long do we try and send for before we give up. - SupportEmail
 - #131, Datatype: String 190 bytes
An email address the system can send a message too in case of continued problems sending to the target endpoint - OwnerType
 - #140, Datatype: Integer
 - OwnerKey
 - #141, Datatype: String 44 bytes