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

# <a id="SuperOffice_WebApi_Data_CrmActorType" /> Enum CrmActorType

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

Actor type within the CRM, system, a subset of the SuperOffice Entity types
This Enum is used by:  ErpConnectionActorType.ActorTypeCrm

```csharp theme={null}
public enum CrmActorType : short
```

## Fields

`Contact = 1`

1: Crm Customer

`Person = 2`

2: Person

`Project = 3`

3: Project

`Sale = 4`

4: Sale

`Unknown = 0`

0: Unknown - used when initializing
