> ## 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.BookingType

# <a id="SuperOffice_WebApi_Data_BookingType" /> Enum BookingType

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

The type of booking the appointment represents

```csharp theme={null}
public enum BookingType
```

## Fields

`None = 1`

1: 1: Single appointment records

`Owner = 2`

2: 2: Owner of a booking

`Participant = 3`

3: 3: Participant of a booking

`Unknown = 0`

0: 0: Unknown - used when initializing


## Related topics

- [SuperOffice.WebApi.Data.Appointment](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment.md)
- [SuperOffice.WebApi.Data.AlarmData](/en/api/reference/webapi/SuperOffice.WebApi.Data.AlarmData.md)
- [SuperOffice.WebApi.Data.AppointmentEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentEntity.md)
- [SuperOffice.WebApi.Data.AppointmentType](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentType.md)
- [SuperOffice.WebApi.Data.AppointmentStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentStatus.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Mail](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Mail.md)
