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

# <a id="SuperOffice_WebApi_Data_Appointment_RejectRequest" /> Class Appointment\_RejectRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_Appointment_RejectRequest_AppointmentId" /> AppointmentId

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Appointment_RejectRequest_RejectReason" /> RejectReason

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Appointment_RejectRequest_UpdateMode" /> UpdateMode

```csharp theme={null}
public RecurrenceUpdateMode UpdateMode { get; set; }
```

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.Appointment RejectWithEmailConfirmationRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_RejectWithEmailConfirmationRequest.md)
- [SuperOffice.WebApi.Data.Appointment RejectWithSmtpEmailConfirmationRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_RejectWithSmtpEmailConfirmationRequest.md)
- [SuperOffice.WebApi.Data.Appointment AcceptRejectedRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_AcceptRejectedRequest.md)
- [SuperOffice.WebApi.Data.AppointmentEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentEntity.md)
- [SuperOffice.WebApi.Data.Appointment](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment.md)
- [SuperOffice.WebApi.Data.ApproveRejectResponse](/en/api/reference/webapi/SuperOffice.WebApi.Data.ApproveRejectResponse.md)
