> ## 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.Selection GenerateFollowUpsRequest

# <a id="SuperOffice_WebApi_Data_Selection_GenerateFollowUpsRequest" /> Class Selection\_GenerateFollowUpsRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_Selection_GenerateFollowUpsRequest_AppointmentEntity" /> AppointmentEntity

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

#### Property Value

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

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

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Selection_GenerateFollowUpsRequest_SaveOnContactOwner" /> SaveOnContactOwner

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Selection_GenerateFollowUpsRequest_SelectionId" /> SelectionId

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Selection_GenerateFollowUpsRequest_UniqueContact" /> UniqueContact

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Agents.SelectionAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.SelectionAgent.md)
- [SuperOffice.WebApi.Agents.ISelectionAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ISelectionAgent.md)
- [SuperOffice.WebApi.Data.ContactSummary](/en/api/reference/webapi/SuperOffice.WebApi.Data.ContactSummary.md)
- [SuperOffice.WebApi.Data.PersonSummary](/en/api/reference/webapi/SuperOffice.WebApi.Data.PersonSummary.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Mail](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Mail.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Defaults](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Defaults.md)
