Class EventNames
Event names that don't fit into the normal, created, changed,deleted,soft-deleted types
Inherited Members
Namespace: SuperOffice.CRM.Webhooks
Assembly: SoDataBase.dll
Syntax
public static class EventNames
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 |