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

# <a id="SuperOffice_WebApi_Data_ErpSync_CreateErpActorFromCrmRequest" /> Class ErpSync\_CreateErpActorFromCrmRequest

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

```csharp theme={null}
public class ErpSync_CreateErpActorFromCrmRequest
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[ErpSync\_CreateErpActorFromCrmRequest](SuperOffice.WebApi.Data.ErpSync_CreateErpActorFromCrmRequest.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_ErpSync_CreateErpActorFromCrmRequest__ctor" /> ErpSync\_CreateErpActorFromCrmRequest()

```csharp theme={null}
public ErpSync_CreateErpActorFromCrmRequest()
```

## Properties

### <a id="SuperOffice_WebApi_Data_ErpSync_CreateErpActorFromCrmRequest_ConnectionId" /> ConnectionId

```csharp theme={null}
public int ConnectionId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_ErpSync_CreateErpActorFromCrmRequest_CrmActorType" /> CrmActorType

```csharp theme={null}
public CrmActorType CrmActorType { get; set; }
```

#### Property Value

[CrmActorType](SuperOffice.WebApi.Data.CrmActorType.md)

### <a id="SuperOffice_WebApi_Data_ErpSync_CreateErpActorFromCrmRequest_CrmEntityId" /> CrmEntityId

```csharp theme={null}
public int CrmEntityId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_ErpSync_CreateErpActorFromCrmRequest_ErpActorType" /> ErpActorType

```csharp theme={null}
public ErpActorType ErpActorType { get; set; }
```

#### Property Value

[ErpActorType](SuperOffice.WebApi.Data.ErpActorType.md)

### <a id="SuperOffice_WebApi_Data_ErpSync_CreateErpActorFromCrmRequest_ErpFieldKeyValues" /> ErpFieldKeyValues

```csharp theme={null}
public StringDictionary ErpFieldKeyValues { get; set; }
```

#### Property Value

[StringDictionary](SuperOffice.WebApi.Data.StringDictionary.md)


## Related topics

- [SuperOffice.WebApi.Data.ErpSync CreateActorLinkRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSync_CreateActorLinkRequest.md)
- [SuperOffice.WebApi.Agents.ErpSyncAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ErpSyncAgent.md)
- [SuperOffice.WebApi.Data.ErpSync GetCrmActorTypeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSync_GetCrmActorTypeRequest.md)
- [SuperOffice.WebApi.Agents.IErpSyncAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IErpSyncAgent.md)
- [SuperOffice.WebApi.Data.ErpSync GetFieldsForNewErpActorRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSync_GetFieldsForNewErpActorRequest.md)
- [SuperOffice.WebApi.Data.ErpSync ConnectActorRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSync_ConnectActorRequest.md)
