Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 794 Bytes

BaseNotificationWebhook.md

File metadata and controls

14 lines (11 loc) · 794 Bytes

TalonOne.Model.BaseNotificationWebhook

Properties

Name Type Description Notes
Id int Internal ID of this entity.
Created DateTime The time this entity was created.
Modified DateTime The time this entity was last modified.
Url string API URL for the given webhook-based notification.
Headers List<string> List of API HTTP headers for the given webhook-based notification.
Enabled bool Indicates whether the notification is activated. [optional] [default to true]

[Back to Model list] [Back to API list] [Back to README]