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

# <a id="SuperOffice_WebApi_Data_ContactAction" /> Enum ContactAction

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

Describes what type of activity/action there has been on a contact
This Enum consists of flag values that can be combined.

```csharp theme={null}
[Flags]
public enum ContactAction
```

## Fields

`ActivityCompleted = 8`

8: An activity belonging to the contact was completed

`All = 127`

127: Enumeration generated from the wsdl doesn't handle the \[Flags] attribute (bit enumeration)

`Created = 1`

1: The contact was created

`DocumentAdded = 64`

64: A document was added to the contact

`NewActivity = 4`

4: A new activity was created on the contact

`PersonAdded = 16`

16: A person was added to the contact

`PersonUpdated = 32`

32: A person belonging to the contact was updated

`UndefinedValue128 = 128`

128: Undefined and generated value 128

`Unknown = 0`

0: Unknown/undecided type

`Updated = 2`

2: The contact was updated


## Related topics

- [SuperOffice.WebApi.Data.ContactActivity](/en/api/reference/webapi/SuperOffice.WebApi.Data.ContactActivity.md)
- [SuperOffice.WebApi.Data.Contact GetMyActiveContactsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Contact_GetMyActiveContactsRequest.md)
- [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.TicketAlertAction](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketAlertAction.md)
- [SuperOffice.WebApi.Data.ImportAction](/en/api/reference/webapi/SuperOffice.WebApi.Data.ImportAction.md)
