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

# <a id="SuperOffice_WebApi_Data_ErpSyncActorSummary" /> Class ErpSyncActorSummary

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

Carrier object for ErpSyncActorSummary.
Summary of the current setup of the ERP Integration, for one ERP actor

```csharp theme={null}
public class ErpSyncActorSummary : Carrier
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[ErpSyncActorSummary](SuperOffice.WebApi.Data.ErpSyncActorSummary.md)

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[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_ErpSyncActorSummary__ctor" /> ErpSyncActorSummary()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_ErpSyncActorSummary_ActorType" /> ActorType

Actor type
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public ErpActorType? ActorType { get; set; }
```

#### Property Value

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

#### See Also

[ErpSyncActorSummary](SuperOffice.WebApi.Data.ErpSyncActorSummary.md).[ActorType\_String](SuperOffice.WebApi.Data.ErpSyncActorSummary.md#SuperOffice_WebApi_Data_ErpSyncActorSummary_ActorType_String)

### <a id="SuperOffice_WebApi_Data_ErpSyncActorSummary_ActorType_String" /> ActorType\_String

Actor type
Raw string enum value.

```csharp theme={null}
[JsonProperty("ActorType")]
public string ActorType_String { get; set; }
```

#### Property Value

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

#### See Also

[ErpSyncActorSummary](SuperOffice.WebApi.Data.ErpSyncActorSummary.md).[ActorType](SuperOffice.WebApi.Data.ErpSyncActorSummary.md#SuperOffice_WebApi_Data_ErpSyncActorSummary_ActorType)

### <a id="SuperOffice_WebApi_Data_ErpSyncActorSummary_Defaults" /> Defaults

A summary of fields that have defaults/rules for link creation

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ErpSyncActorSummary_HasMappings" /> HasMappings

Does this actor type have field mappings

```csharp theme={null}
public virtual bool HasMappings { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ErpSyncActorSummary_Mappings" /> Mappings

A summary of fields that have mappings to or from the ERP system

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

#### Property Value

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

## See Also

[ErpSyncAgent](SuperOffice.WebApi.Agents.ErpSyncAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.ErpSyncConnectionSummary](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSyncConnectionSummary.md)
- [SuperOffice.WebApi.Agents.ErpSyncAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ErpSyncAgent.md)
- [SuperOffice.WebApi.Agents.IErpSyncAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IErpSyncAgent.md)
- [SuperOffice.WebApi.Data.ErpSyncActorTypeMapping](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSyncActorTypeMapping.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)
