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

# Enum BookingType

> The type of booking the appointment represents

The type of booking the appointment represents

## Syntax

```crmscript theme={null}
BookingType
```

## Fields

| Name        | Description                         |
| ----------- | ----------------------------------- |
| Unknown     | 0: Unknown - used when initializing |
| None        | 1: Single appointment records       |
| Owner       | 2: Owner of a booking               |
| Participant | 3: Participant of a booking         |


## Related topics

- [SuperOffice.WebApi.Data.BookingType](/en/api/reference/webapi/SuperOffice.WebApi.Data.BookingType.md)
- [SuperOffice.WebApi.Data.AlarmData](/en/api/reference/webapi/SuperOffice.WebApi.Data.AlarmData.md)
- [SuperOffice.WebApi.Data.Appointment](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment.md)
- [SuperOffice.WebApi.Data.AppointmentEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentEntity.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
- [Enum AppointmentType](/en/automation/crmscript/reference/CRMScript.NetServer.AppointmentType.md)
