> ## 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.Project OfferAutoNextStatusOnApppointmentCompletedRequest

# <a id="SuperOffice_WebApi_Data_Project_OfferAutoNextStatusOnApppointmentCompletedRequest" /> Class Project\_OfferAutoNextStatusOnApppointmentCompletedRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Project\_OfferAutoNextStatusOnApppointmentCompletedRequest](SuperOffice.WebApi.Data.Project_OfferAutoNextStatusOnApppointmentCompletedRequest.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_Project_OfferAutoNextStatusOnApppointmentCompletedRequest__ctor" /> Project\_OfferAutoNextStatusOnApppointmentCompletedRequest()

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

## Properties

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

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.Sale OfferAutoNextStageOnApppointmentCompletedRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Sale_OfferAutoNextStageOnApppointmentCompletedRequest.md)
- [SuperOffice.WebApi.Data.Project GetNextProjectStatusRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Project_GetNextProjectStatusRequest.md)
- [SuperOffice.WebApi.Data.Project SetCompletedRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Project_SetCompletedRequest.md)
- [SuperOffice.WebApi.Data.Project GetNextMilestoneRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Project_GetNextMilestoneRequest.md)
- [SuperOffice.WebApi.Data.ProjectEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.ProjectEntity.md)
- [Offer Auto Next Status On Apppointment Completed](/en/api/reference/restful/agent/project_agent/offer-auto-next-status-on-apppointment-completed.md)
