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


## Related topics

- [SuperOffice.WebApi.Data.ErpSyncActorTypeMapping](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSyncActorTypeMapping.md)
- [SuperOffice.WebApi.Data.ErpConnectionData](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpConnectionData.md)
- [SuperOffice.WebApi.Data.ErpSync CreateErpActorFromCrmRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSync_CreateErpActorFromCrmRequest.md)
- [SuperOffice.WebApi.Data.ErpSync ConnectActorRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSync_ConnectActorRequest.md)
- [SuperOffice.WebApi.Data.ErpSync TryConnectActorRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSync_TryConnectActorRequest.md)
- [SuperOffice.WebApi.Data.ErpSync BreakActorLinkRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSync_BreakActorLinkRequest.md)
