BookingBug Rest API Data Type : service_type
The Service Type is an enum which is used to define under which time basis a company or particular service operates
The valid choices are :
| value | definition |
|---|---|
| 0 |
Time Slots. A fixed time slot based business. This means businesses operate from pre-set availability hours for a week, with spaces bookable in fixed duration. This is useful for any business that manages appointments in fixed time slots with set start and end times. |
| 1 | Day Based. For any service that is booked on a day-by-day basis. |
| 2 |
Week Based. Far any business booked on a week by week basis. Weeks can start on a Fri, Sat, Sun or Mon. |
| 3 | Flexible Time Slots. For business using a variable duration set of services. This is for more complex businesses whose availability might depending on travel time, or services than can be offering in complex packages or variable duration based on the requirements of individual customers |