Class EventNames
Event names that don't fit into the normal, created, changed,deleted,soft-deleted types
Namespace: SuperOffice.CRM.Webhooks
Assembly: SoDataBase.dll
Syntax
public static class EventNames : Object
Fields
QuoteApproved
Event names that don't fit into the normal, created, changed,deleted,soft-deleted types
Declaration
public const string QuoteApproved = "quote.approved"
Field Value
Type | Description |
---|---|
String |
QuoteOrdered
Event names that don't fit into the normal, created, changed,deleted,soft-deleted types
Declaration
public const string QuoteOrdered = "quote.ordered"
Field Value
Type | Description |
---|---|
String |
QuoteRejected
Event names that don't fit into the normal, created, changed,deleted,soft-deleted types
Declaration
public const string QuoteRejected = "quote.rejected"
Field Value
Type | Description |
---|---|
String |
QuoteSent
Event names that don't fit into the normal, created, changed,deleted,soft-deleted types
Declaration
public const string QuoteSent = "quote.sent"
Field Value
Type | Description |
---|---|
String |