Defines the status of a Ticket
ToDo = 0,
Call = 10,
Email = 20
Below are the enumerator values for the TicketTypeEnum
, such as when used with Get all Tickets. This defines the type of ticket, such as a follow-up call.
Defines the status of a Ticket
ToDo = 0,
Call = 10,
Email = 20
Below are the enumerator values for the TicketTypeEnum
, such as when used with Get all Tickets. This defines the type of ticket, such as a follow-up call.