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