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

# <a id="SuperOffice_WebApi_Data_Import_SaveImportRequest" /> Class Import\_SaveImportRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Import\_SaveImportRequest](SuperOffice.WebApi.Data.Import_SaveImportRequest.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_Import_SaveImportRequest__ctor" /> Import\_SaveImportRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_Import_SaveImportRequest_ColumnDefinition" /> ColumnDefinition

```csharp theme={null}
public string[] ColumnDefinition { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Import_SaveImportRequest_Context" /> Context

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Import_SaveImportRequest_CreateSelection" /> CreateSelection

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Import_SaveImportRequest_Culture" /> Culture

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Import_SaveImportRequest_ImportLines" /> ImportLines

```csharp theme={null}
public ImportLine[] ImportLines { get; set; }
```

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Agents.ImportAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ImportAgent.md)
- [SuperOffice.WebApi.Agents.IImportAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IImportAgent.md)
- [SuperOffice.WebApi.Data.Import PreviewImportRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Import_PreviewImportRequest.md)
- [SuperOffice.WebApi.Data.Import CreateErpImportDataRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Import_CreateErpImportDataRequest.md)
- [SuperOffice.WebApi.Data.Import CreateDefaultImportLineRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Import_CreateDefaultImportLineRequest.md)
- [SuperOffice.WebApi.Data.ImportLine](/en/api/reference/webapi/SuperOffice.WebApi.Data.ImportLine.md)
