Enum NotificationEventType
Types of events that are sent through the Pocket Notification API, where they are paired with an entity id
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/10.3.0.0")]
public enum NotificationEventType
Fields
Name | Description |
---|---|
AppointmentCancelled | 4: Appointment cancelled |
AppointmentDeclined | 11: Invitation or assignment declined |
AppointmentInvitation | 2: Appointment invitation |
AppointmentMoved | 3: Appointment moved or changed |
NewTicket | 1: New ticket |
NewTicketMessage | 5: New ticket message |
QuoteApprovalApproved | 9: Quote approval approved |
QuoteApprovalDenied | 10: Quote approval denied |
QuoteApprovalRequest | 8: Quote approval requested |
TicketActivated | 6: Ticket activated |
TicketEscalated | 7: Ticket escalated |
Unknown | 0: Unknown |