Skip to main content

Class WebhookResult

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for WebhookResult. Result of calling a webhook

Inheritance

object ← Carrier ← WebhookResult

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

WebhookResult()

Default constructor - defaults any enum props to 0.

Properties

Message

Headers and body of response from webhook

Property Value

string

Success

Was call to webhook successful? (200 OK)

Property Value

bool

See Also

WebhookAgent