> ## 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.ImportEntityType

# <a id="SuperOffice_WebApi_Data_ImportEntityType" /> Enum ImportEntityType

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

Entitys type for import
This Enum consists of flag values that can be combined.

```csharp theme={null}
[Flags]
public enum ImportEntityType
```

## Fields

`Contact = 2`

2: Contact

`Person = 1`

1: Person

`Product = 4`

4: Product

`Unknown = 0`

0: Unknown


## Related topics

- [SuperOffice.WebApi.Data.ImportLine](/en/api/reference/webapi/SuperOffice.WebApi.Data.ImportLine.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)
- [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)
