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

# <a id="SuperOffice_WebApi_Data_CustomerService_SaveAllCustomerCenterConfigsRequest" /> Class CustomerService\_SaveAllCustomerCenterConfigsRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_CustomerService_SaveAllCustomerCenterConfigsRequest_CustConfigs" /> CustConfigs

```csharp theme={null}
public CustomerCenterConfig[] CustConfigs { get; set; }
```

#### Property Value

[CustomerCenterConfig](SuperOffice.WebApi.Data.CustomerCenterConfig.md)\[]


## Related topics

- [SuperOffice.WebApi.Data.CustomerService GetAllCustomerCenterConfigsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomerService_GetAllCustomerCenterConfigsRequest.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 GetSmsConfigRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomerService_GetSmsConfigRequest.md)
- [SuperOffice.WebApi.Data.CustomerService SaveSystemTemplateSettingsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomerService_SaveSystemTemplateSettingsRequest.md)
- [SuperOffice.WebApi.Data.CustomerCenterConfig](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomerCenterConfig.md)
