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

# <a id="SuperOffice_WebApi_Data_ErpActorType" /> Enum ErpActorType

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

Actor type within the ERP system, related but not identitcal to SuperOffice Entity type
This Enum is used by:  ErpConnectionActorType.ActorTypeErp; ErpExternalKey.ActorType

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

## Fields

`Customer = 1`

1: Erp Customer

`Employee = 6`

6: Employee, often mapped to associate

`Partner = 3`

3: Both customer and supplier

`Person = 4`

4: Contact person

`Project = 5`

5: Project

`Sale = 7`

7: Sale

`Supplier = 2`

2: Supplier or Vendor

`Unknown = 0`

0: Unknown - used when initializing


## Related topics

- [SuperOffice.WebApi.Data.ErpConnectionData](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpConnectionData.md)
- [SuperOffice.WebApi.Data.ErpSyncActorTypeMapping](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSyncActorTypeMapping.md)
- [SuperOffice.WebApi.Data.ErpSyncActorSummary](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSyncActorSummary.md)
- [SuperOffice.WebApi.Data.ErpSync GetActorTypeMappingRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSync_GetActorTypeMappingRequest.md)
- [SuperOffice.WebApi.Data.ErpSync GetCrmActorTypeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSync_GetCrmActorTypeRequest.md)
- [SuperOffice.WebApi.Data.ErpSync CreateErpActorFromCrmRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSync_CreateErpActorFromCrmRequest.md)
