> ## 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 GetNextSuggestedAppointmentBySaleRequest

# <a id="SuperOffice_WebApi_Data_Appointment_GetNextSuggestedAppointmentBySaleRequest" /> Class Appointment\_GetNextSuggestedAppointmentBySaleRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_Appointment_GetNextSuggestedAppointmentBySaleRequest_CurrentAppointmentId" /> CurrentAppointmentId

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Appointment_GetNextSuggestedAppointmentBySaleRequest_SaleId" /> SaleId

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Appointment_GetNextSuggestedAppointmentBySaleRequest_SkipCompleteCheck" /> SkipCompleteCheck

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

#### Property Value

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


## 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.Appointment GetNextAvailableTimeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_GetNextAvailableTimeRequest.md)
- [SuperOffice.WebApi.Agents.SaleAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.SaleAgent.md)
- [SuperOffice.WebApi.Data.SuggestedAppointment](/en/api/reference/webapi/SuperOffice.WebApi.Data.SuggestedAppointment.md)
- [SuperOffice.WebApi.Agents.ISaleAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ISaleAgent.md)
