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

# <a id="SuperOffice_WebApi_Data_ErpSync_ConnectActorRequest" /> Class ErpSync\_ConnectActorRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[ErpSync\_ConnectActorRequest](SuperOffice.WebApi.Data.ErpSync_ConnectActorRequest.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_ConnectActorRequest__ctor" /> ErpSync\_ConnectActorRequest()

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

## Properties

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

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ErpSync_ConnectActorRequest_CrmRecordId" /> CrmRecordId

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

#### Property Value

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

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

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ErpSync_ConnectActorRequest_ErpConnectionId" /> ErpConnectionId

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ErpSync_ConnectActorRequest_ErpKey" /> ErpKey

```csharp theme={null}
public string ErpKey { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ErpSync_ConnectActorRequest_FieldValues" /> FieldValues

```csharp theme={null}
public ErpSyncFieldValue[] FieldValues { get; set; }
```

#### Property Value

[ErpSyncFieldValue](SuperOffice.WebApi.Data.ErpSyncFieldValue.md)\[]


## Related topics

- [SuperOffice.WebApi.Data.ErpSync TryConnectActorRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSync_TryConnectActorRequest.md)
- [SuperOffice.WebApi.Agents.ErpSyncAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ErpSyncAgent.md)
- [SuperOffice.WebApi.Data.ErpSync CreateErpActorFromCrmRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSync_CreateErpActorFromCrmRequest.md)
- [SuperOffice.WebApi.Data.ErpSync GetFieldsForNewErpActorRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSync_GetFieldsForNewErpActorRequest.md)
- [SuperOffice.WebApi.Data.ErpSync BreakActorLinkRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSync_BreakActorLinkRequest.md)
- [SuperOffice.WebApi.Data.ErpSync CreateActorLinkRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSync_CreateActorLinkRequest.md)
