
Alex B.
- Total activity 42
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 25
Articles
Votes on activity by Alex B.-
Differences between apps and modules
In our system, apps and modules play crucial roles, but they serve distinct purposes and have unique functionalities. Below, we will explore the core differences between the two and what they mean ...
-
How to create your first module
Introduction What are modules for? Modules are tailored for end customers and primarily designed for tasks like appointment booking or cancellation. Modules do not necessitate user login, offering ...
-
HTTP callback
HTTP Callbacks allow apps to dynamically receive notifications or data updates when certain events occur. They work by sending an HTTP POST request to a predefined URL whenever the event tied to th...
-
Hierarchy of organizations
In the bookingtime system, the concept of organizational hierarchy is fundamental to structuring permissions and settings within a network. This article explains how organizations can be managed hi...
-
Module and app configurations
When developing and integrating applications within the bookingtime system, two essential configuration entities, appConfig and moduleConfig play a crucial role in managing settings, access, and cu...
-
API Permissions
This is a list of all permissions for the module and app API. Module API Permissions Permission Actions appointment showAppointment, showProtectedAppointment, identifyAppointment appoin...
-
Working with additionalData and customEntities
In the bookingtime API, additionalData and customEntities are two powerful features designed for extending functionality and customizing data handling. These entities allow developers to add and or...
-
General API Informations and Details
Introduction Welcome to the bookingtime API! The bookingtime API is RESTful. It accepts and returns JSON in the HTTP body. URL´s are predictable and the usual CRUD operations are extended with Link...
-
How to create a bookingtime account and developer account
Introduction The bookingtime account is the first step to develop apps and modules and links the accounts to organizations. The account is needed to create a developer account, that will provide ac...
-
PHP SDK for Modules
Links Module API Documentation: https://service.bookingtime.com/apidoc/module Github Module SDK: https://github.com/bookingtime/lib-phpsdk-module Packagist Module SDK: https://packagist.org/pack...