Class WebhookResponse
Namespace: SuperOffice.CRM.Webhooks
Assembly: SoDataBase.dll
Syntax
public class WebhookResponse : Object
Constructors
WebhookResponse()
Declaration
public WebhookResponse()
Properties
Message
Error message, if any
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
String |
PermanentFailure
True if the webhook failed in a permanent manner. We should disable the webhook.
Declaration
public bool PermanentFailure { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Succeeded
True if the webhook succeeded
Declaration
public bool Succeeded { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Extension Methods
EnumUtil.MapEnums<From, To>(From)