> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/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
