Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 961 Bytes

Webhook.md

File metadata and controls

17 lines (13 loc) · 961 Bytes

ShipmondoApi.Dotnet.Model.Webhook

Properties

Name Type Description Notes
Id int Unique identifier of the object. [optional]
Endpoint string Endpoint the webhook sends request to. [optional]
Active bool Indicates if the webhook is active. [optional]
CreatedAt DateTime ISO 8601 datetime the object was created. [optional]
UpdatedAt DateTime ISO 8601 datetime when the object was updated. [optional]
Name string User-specified name of the webhook. [optional]
Action string The action that webhook is hooked to. [optional]
ResourceName string The name of the resource that webhook is hooked to. [optional]

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