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

# <a id="SuperOffice_WebApi_Data_Import_CreateErpImportDataRequest" /> Class Import\_CreateErpImportDataRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_Import_CreateErpImportDataRequest_Columns" /> Columns

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Import_CreateErpImportDataRequest_ConnectionId" /> ConnectionId

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Import_CreateErpImportDataRequest_ErpActorType" /> ErpActorType

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Import_CreateErpImportDataRequest_Restriction" /> Restriction

```csharp theme={null}
public ArchiveRestrictionInfo[] Restriction { get; set; }
```

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Agents.ImportAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ImportAgent.md)
- [SuperOffice.WebApi.Data.Import CreateDefaultImportLineRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Import_CreateDefaultImportLineRequest.md)
- [SuperOffice.WebApi.Agents.IImportAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IImportAgent.md)
- [SuperOffice.WebApi.Data.ImportErpData](/en/api/reference/webapi/SuperOffice.WebApi.Data.ImportErpData.md)
- [SuperOffice.WebApi.Data.Import PreviewImportRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Import_PreviewImportRequest.md)
- [SuperOffice.WebApi.Data.Import SaveImportRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Import_SaveImportRequest.md)
