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

# <a id="SuperOffice_WebApi_Data_CustomerService_SaveSystemTemplateSettingsRequest" /> Class CustomerService\_SaveSystemTemplateSettingsRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_CustomerService_SaveSystemTemplateSettingsRequest_SystemTemplateSettings" /> SystemTemplateSettings

```csharp theme={null}
public SystemTemplateSettings SystemTemplateSettings { get; set; }
```

#### Property Value

[SystemTemplateSettings](SuperOffice.WebApi.Data.SystemTemplateSettings.md)


## Related topics

- [SuperOffice.WebApi.Data.CustomerService GetSystemTemplateSettingsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomerService_GetSystemTemplateSettingsRequest.md)
- [SuperOffice.WebApi.Agents.CustomerServiceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.CustomerServiceAgent.md)
- [SuperOffice.WebApi.Agents.ICustomerServiceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ICustomerServiceAgent.md)
- [SuperOffice.WebApi.Data.CustomerService SaveAllCustomerCenterConfigsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomerService_SaveAllCustomerCenterConfigsRequest.md)
- [SuperOffice.WebApi.Data.CustomerService GetParsedTemplateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomerService_GetParsedTemplateRequest.md)
- [SuperOffice.WebApi.Data.CustomerService GetUnparsedTemplateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomerService_GetUnparsedTemplateRequest.md)
