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

# <a id="SuperOffice_WebApi_Data_ContactActivity" /> Class ContactActivity

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

Carrier object for ContactActivity.

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[ContactActivity](SuperOffice.WebApi.Data.ContactActivity.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_ContactActivity__ctor" /> ContactActivity()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_ContactActivity_Action" /> Action

The activity that has occured on this contact.
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public ContactAction? Action { get; set; }
```

#### Property Value

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

#### See Also

[ContactActivity](SuperOffice.WebApi.Data.ContactActivity.md).[Action\_String](SuperOffice.WebApi.Data.ContactActivity.md#SuperOffice_WebApi_Data_ContactActivity_Action_String)

### <a id="SuperOffice_WebApi_Data_ContactActivity_ActionId" /> ActionId

Id of the last element an activity was found on. I.e. AppointmentId, ContactId, or PersonId

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ContactActivity_ActionTime" /> ActionTime

The time of the activity. If more than one activity has occured on the contact, the last activity time is shown.

```csharp theme={null}
public virtual DateTime ActionTime { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ContactActivity_Action_String" /> Action\_String

The activity that has occured on this contact.
Raw string enum value.

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

#### Property Value

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

#### See Also

[ContactActivity](SuperOffice.WebApi.Data.ContactActivity.md).[Action](SuperOffice.WebApi.Data.ContactActivity.md#SuperOffice_WebApi_Data_ContactActivity_Action)

### <a id="SuperOffice_WebApi_Data_ContactActivity_ActivityPersonId" /> ActivityPersonId

Id of the person causing the activity.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ContactActivity_ActivityPersonName" /> ActivityPersonName

The person that carried out the activity on the contact.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ContactActivity_AssociateFullName" /> AssociateFullName

The contact's owner

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ContactActivity_AssociateId" /> AssociateId

Our contact

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ContactActivity_Category" /> Category

The contact category.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ContactActivity_ContactId" /> ContactId

Primary key

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ContactActivity_Department" /> Department

Department

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ContactActivity_Name" /> Name

Contact name

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ContactActivity_OrgNr" /> OrgNr

VAT number or similar

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ContactActivity_PersonId" /> PersonId

The person id

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ContactActivity_URL" /> URL

URL address

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

#### Property Value

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

## See Also

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


## Related topics

- [SuperOffice.WebApi.Agents.ContactAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ContactAgent.md)
- [SuperOffice.WebApi.Agents.IContactAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IContactAgent.md)
- [SuperOffice.WebApi.Data.ContactEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.ContactEntity.md)
- [SuperOffice.WebApi.Data.PersonEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.PersonEntity.md)
- [SuperOffice.WebApi.Data.ContactAction](/en/api/reference/webapi/SuperOffice.WebApi.Data.ContactAction.md)
- [SuperOffice.WebApi.Data.ContactSummary](/en/api/reference/webapi/SuperOffice.WebApi.Data.ContactSummary.md)
