> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.TicketBatchReplyData

# <a id="SuperOffice_WebApi_Data_TicketBatchReplyData" /> Class TicketBatchReplyData

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Carrier object for TicketBatchReplyData.
Data to add a batched ticket reply.

```csharp theme={null}
public class TicketBatchReplyData
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[TicketBatchReplyData](SuperOffice.WebApi.Data.TicketBatchReplyData.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_TicketBatchReplyData__ctor" /> TicketBatchReplyData()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public TicketBatchReplyData()
```

## Properties

### <a id="SuperOffice_WebApi_Data_TicketBatchReplyData_AttachmentIds" /> AttachmentIds

The IDs of attachments to connect to the reply message.

```csharp theme={null}
public virtual int[] AttachmentIds { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)\[]

### <a id="SuperOffice_WebApi_Data_TicketBatchReplyData_CloseTickets" /> CloseTickets

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

```csharp theme={null}
public virtual bool CloseTickets { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_TicketBatchReplyData_HtmlBody" /> HtmlBody

The html body for the message (if any).

```csharp theme={null}
public virtual string HtmlBody { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_TicketBatchReplyData_SendCopyToCustomer" /> SendCopyToCustomer

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

```csharp theme={null}
public virtual bool SendCopyToCustomer { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_TicketBatchReplyData_Slevel" /> Slevel

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

```csharp theme={null}
[JsonIgnore]
public TicketSecurityLevel? Slevel { get; set; }
```

#### Property Value

[TicketSecurityLevel](SuperOffice.WebApi.Data.TicketSecurityLevel.md)?

#### See Also

[TicketBatchReplyData](SuperOffice.WebApi.Data.TicketBatchReplyData.md).[Slevel\_String](SuperOffice.WebApi.Data.TicketBatchReplyData.md#SuperOffice_WebApi_Data_TicketBatchReplyData_Slevel_String)

### <a id="SuperOffice_WebApi_Data_TicketBatchReplyData_Slevel_String" /> Slevel\_String

The securitylevel of the message.
Raw string enum value.

```csharp theme={null}
[JsonProperty("Slevel")]
public string Slevel_String { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

#### See Also

[TicketBatchReplyData](SuperOffice.WebApi.Data.TicketBatchReplyData.md).[Slevel](SuperOffice.WebApi.Data.TicketBatchReplyData.md#SuperOffice_WebApi_Data_TicketBatchReplyData_Slevel)

### <a id="SuperOffice_WebApi_Data_TicketBatchReplyData_TicketIds" /> TicketIds

IDs of tickets to reply to.

```csharp theme={null}
public virtual int[] TicketIds { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)\[]

### <a id="SuperOffice_WebApi_Data_TicketBatchReplyData_TimeSpent" /> TimeSpent

The time spent (minutes) for this message.

```csharp theme={null}
public virtual int TimeSpent { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

## See Also

[TicketAgent](SuperOffice.WebApi.Agents.TicketAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.Ticket BatchReplyRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Ticket_BatchReplyRequest.md)
- [SuperOffice.WebApi.Agents.TicketAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.TicketAgent.md)
- [SuperOffice.WebApi.Agents.ITicketAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ITicketAgent.md)
- [SuperOffice.WebApi.Data.Ticket BatchForwardRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Ticket_BatchForwardRequest.md)
- [SuperOffice.WebApi.Data.TicketCategoryEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketCategoryEntity.md)
- [SuperOffice.WebApi.Data.TicketEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketEntity.md)
