Booking Types

Files

File Type Description
booking-types/booking-type.csv main Contains each different booking type that the business will use.

Fields

booking-types/booking-type.csv

Field Required Type Description
id required string The id of the booking type.
code required string The short code for the booking type.
name required string The long name for the booking type.
duration required integer The default duration in minutes of the booking type.
color optional color The color of the booking type to display on the booking screen.
booking_strategy optional booking-strategy The booking strategy to use for the booking type.
allows_double_booking required boolean A flag to indicate that this booking is allowed to be booked over by another booking.
creditable_product.id required if linked to a service. optional if not linked to a service. relation:"products.id" The id of the product that this booking type should be linked to.

Required Rows

code name booking_strategy creditable_product.id
TTI-PRI Teaching-Time In | Private client_employee id-for-PRI1
TTO-PRI Teaching-Time Out | Private employeeless id-for-PRI1
TTO-GRP Teaching-Time Out | Group employeeless id-for-GRP1