Skip to main content

Class TicketBatchReplyData

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for TicketBatchReplyData. Data to add a batched ticket reply.

Inheritance

objectTicketBatchReplyData

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

TicketBatchReplyData()

Default constructor - defaults any enum props to 0.

Properties

AttachmentIds

The IDs of attachments to connect to the reply message.

Property Value

int[]

CloseTickets

true to close the tickets after replying; otherwise, false.

Property Value

bool

HtmlBody

The html body for the message (if any).

Property Value

string

SendCopyToCustomer

true to email the reply message to customers; otherwise, false.

Property Value

bool

Slevel

The securitylevel of the message. NULL if unknown enum value.

Property Value

TicketSecurityLevel?

See Also

TicketBatchReplyData.Slevel_String

Slevel_String

The securitylevel of the message. Raw string enum value.

Property Value

string

See Also

TicketBatchReplyData.Slevel

TicketIds

IDs of tickets to reply to.

Property Value

int[]

TimeSpent

The time spent (minutes) for this message.

Property Value

int

See Also

TicketAgent