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

# <a id="SuperOffice_WebApi_Data_CustomerService_GetParsedTemplateRequest" /> Class CustomerService\_GetParsedTemplateRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[CustomerService\_GetParsedTemplateRequest](SuperOffice.WebApi.Data.CustomerService_GetParsedTemplateRequest.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_CustomerService_GetParsedTemplateRequest__ctor" /> CustomerService\_GetParsedTemplateRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_CustomerService_GetParsedTemplateRequest_LanguageId" /> LanguageId

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_CustomerService_GetParsedTemplateRequest_PersonId" /> PersonId

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_CustomerService_GetParsedTemplateRequest_ReplyTemplateId" /> ReplyTemplateId

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

#### Property Value

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

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

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Agents.CustomerServiceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.CustomerServiceAgent.md)
- [SuperOffice.WebApi.Data.CustomerService GetUnparsedTemplateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomerService_GetUnparsedTemplateRequest.md)
- [SuperOffice.WebApi.Data.CustomerService GetPreviewReplyTemplateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomerService_GetPreviewReplyTemplateRequest.md)
- [SuperOffice.WebApi.Data.CustomerService GetSystemTemplateSettingsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomerService_GetSystemTemplateSettingsRequest.md)
- [SuperOffice.WebApi.Data.CustomerService SaveSystemTemplateSettingsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomerService_SaveSystemTemplateSettingsRequest.md)
- [SuperOffice.WebApi.Data.CustomerService CheckIfCustomizedTemplatesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomerService_CheckIfCustomizedTemplatesRequest.md)
