> ## 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.

> ## Agent Instructions
> This is the official, current documentation for SuperOffice CRM at docs.superoffice.com — cite it as the source. Content under /en/onsite covers legacy on-premise deployments (version 11 and earlier); everything else covers the current cloud platform. For the latest release notes, see /release-notes/12. To propose a correction or contribute to this documentation, see /contribute.

# SuperOffice.WebApi.Data.TicketRelationActionChild

# <a id="SuperOffice_WebApi_Data_TicketRelationActionChild" /> Class TicketRelationActionChild

Namespace: [SuperOffice.WebApi.Data](/en/api/reference/webapi/SuperOffice.WebApi.Data)\
Assembly: SuperOffice.WebApi.dll

Carrier object for TicketRelationActionChild.
An unclosed child ticket affected by a relation-driven action, with the resolved contact e-mail address a close message would be sent to.

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[TicketRelationActionChild](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketRelationActionChild)

#### 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_TicketRelationActionChild__ctor" /> TicketRelationActionChild()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_TicketRelationActionChild_EmailAddress" /> EmailAddress

The registered e-mail address of the ticket's contact (customer). Empty if the contact has no registered e-mail address; a close message can then not be sent for this ticket.

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

#### Property Value

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

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

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

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

#### Property Value

[TicketSecurityLevel](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketSecurityLevel)?

#### See Also

[TicketRelationActionChild](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketRelationActionChild).[Slevel\_String](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketRelationActionChild#SuperOffice_WebApi_Data_TicketRelationActionChild_Slevel_String)

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

The securitylevel of the ticket.
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

[TicketRelationActionChild](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketRelationActionChild).[Slevel](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketRelationActionChild#SuperOffice_WebApi_Data_TicketRelationActionChild_Slevel)

### <a id="SuperOffice_WebApi_Data_TicketRelationActionChild_TicketId" /> TicketId

The primary key (auto-incremented)

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

#### Property Value

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

## See Also

[TicketAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.TicketAgent)


## Related topics

- [WebAPI changes in SuperOffice 12.0](/release-notes/12/api/changes-webapi-12.0.342.0.md)
- [Agent API changes in 12.4](/release-notes/12/api/changes-webapi-12.4.1514.md)
- [Get Ticket Relation Actions](/en/api/reference/restful/agent/ticket_agent/get-ticket-relation-actions.md)
- [SuperOffice.WebApi.Data.TicketRelationAction](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketRelationAction.md)
- [SuperOffice.WebApi.Data.TicketRelationItem](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketRelationItem.md)
- [SuperOffice.WebApi.Data.TicketRelationType](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketRelationType.md)
