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

# <a id="SuperOffice_WebApi_Data_ContactSummary" /> Class ContactSummary

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

Carrier object for ContactSummary.
Summary of contact with recent activities, chats, and requests included.

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_ContactSummary_Chats" /> Chats

Recent chats with contact

```csharp theme={null}
public virtual ChatSummaryItem[] Chats { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ContactSummary_Contact" /> Contact

Simple Contact data.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ContactSummary_Documents" /> Documents

Recent documents on contact

```csharp theme={null}
public virtual ActivitySummaryItem[] Documents { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ContactSummary_Followups" /> Followups

Recent follow-ups on contact

```csharp theme={null}
public virtual ActivitySummaryItem[] Followups { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ContactSummary_Sales" /> Sales

Recent sales on contact

```csharp theme={null}
public virtual SaleSummaryItem[] Sales { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ContactSummary_Tickets" /> Tickets

Recent tickets on contact

```csharp theme={null}
public virtual TicketSummaryItem[] Tickets { get; set; }
```

#### Property Value

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

## 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.Contact GetContactSummaryRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Contact_GetContactSummaryRequest.md)
- [SuperOffice.WebApi.Data.Sale GetSummaryByContactRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Sale_GetSummaryByContactRequest.md)
- [SuperOffice.WebApi.Agents.IAIAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IAIAgent.md)
- [SuperOffice.WebApi.Agents.AIAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.AIAgent.md)
