> ## 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.Appointment GenerateLeadRequest

# <a id="SuperOffice_WebApi_Data_Appointment_GenerateLeadRequest" /> Class Appointment\_GenerateLeadRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_Appointment_GenerateLeadRequest_AssociateIdForNewContact" /> AssociateIdForNewContact

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Appointment_GenerateLeadRequest_CreatorsContact" /> CreatorsContact

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Appointment_GenerateLeadRequest_CreatorsFirstname" /> CreatorsFirstname

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Appointment_GenerateLeadRequest_CreatorsLastname" /> CreatorsLastname

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Appointment_GenerateLeadRequest_LeadContact" /> LeadContact

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Appointment_GenerateLeadRequest_LeadDescription" /> LeadDescription

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Appointment_GenerateLeadRequest_LeadPersonEmail" /> LeadPersonEmail

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Appointment_GenerateLeadRequest_LeadPersonFirstname" /> LeadPersonFirstname

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Appointment_GenerateLeadRequest_LeadPersonLastname" /> LeadPersonLastname

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Appointment_GenerateLeadRequest_LeadPhoneNumber" /> LeadPhoneNumber

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Appointment_GenerateLeadRequest_Relation" /> Relation

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Appointment_GenerateLeadRequest_RelationId" /> RelationId

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Agents.AppointmentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.AppointmentAgent.md)
- [SuperOffice.WebApi.Agents.IAppointmentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IAppointmentAgent.md)
- [SuperOffice.WebApi.Data.Selection GenerateFollowUpsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_GenerateFollowUpsRequest.md)
- [SuperOffice.WebApi.Agents.AIAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.AIAgent.md)
- [SuperOffice.WebApi.Agents.IAIAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IAIAgent.md)
- [SuperOffice.WebApi.Data.AppointmentEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentEntity.md)
