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

# <a id="SuperOffice_WebApi_Data_ImportAction" /> Enum ImportAction

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

Action being done for the import row
This Enum consists of flag values that can be combined.

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

## Fields

`ContactAdded = 8`

8: ContactAdded

`ContactNoChange = 32`

32: ContactNoChange

`ContactUpdated = 16`

16: ContactUpdated

`Obs = 512`

512: Obs

`ObsERPDuplicate = 1024`

1024: ObsERPDuplicate

`PersonAdded = 1`

1: PersonAdded

`PersonNoChange = 4`

4: PersonNoChange

`PersonUpdated = 2`

2: PersonUpdated

`ProductAdded = 64`

64: ProductAdded

`ProductNoChange = 256`

256: ProductNoChange

`ProductUpdated = 128`

128: ProductUpdated

`Unknown = 0`

0: Unknown
