Skip to main content

Setup Services

A service in Bookla represents an offering provided by a company that can be booked by clients. Each service is linked to one or more resources.

Bookla supports five types of services to accommodate various business needs:

  1. Fixed - Services with a predetermined duration (e.g., 1-hour massage, 1-hour training session)
  2. Flexible - Services where clients can choose the duration of the booking (e.g., tennis court, wakeboard reservation).
  3. Group - Services that accommodate multiple bookings within a single time slot until the capacity is reached (e.g., group training, group excursions).
  4. Ticket - Similar to group services but requires selecting tickets for the slot (e.g., concert tickets, museum entry).
  5. Days - Services intended for long-term bookings (e.g., guest houses, hotel stays).

Explore Services REST API

To make a service available for booking:

  • Link it with one or more resources
  • Resources are physical or virtual assets that can be booked
  • Multiple resources can be linked to a single service

Connected resources

If you want to book multiple resources simultaneously (e.g., booking a coach and any available tennis court), you can create a connected resource group. This allows clients to book all linked resources in one go. There are two types of connected resources:

  • ALL - All resources in the group are booked together with the main resource.
  • ANY - Any available resource from the group can be booked alongside the main resource.

Explore Links REST API