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

# <a id="SuperOffice_WebApi_Data_Import_PreviewImportRequest" /> Class Import\_PreviewImportRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_Import_PreviewImportRequest_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_PreviewImportRequest_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_PreviewImportRequest_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_PreviewImportRequest_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 SaveImportRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Import_SaveImportRequest.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)
