Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Booker25 REST API

Booker25 contains various custom REST endpoints that allow you to retrieve and manipulate data. For the complete documentation, please refer to our swagger page: https://apidocs.booker25.com/

Booker25 Booking Engine API - v2

This API is used as an extension on top of the Booker25 REST API. The main use for this API is to have frontend clients create and interact with salesforce without having the user to authenticate themselves. All authentication is done by the Booker25 Engine and needs to be configured and coupled in the configuration page described here as part of the Widget configuration.

JavaScript SDK

The Booker25 js SDK is a javascript package meant to allow for easy communication with your Booker25 implementation on Salesforce.

To do this the SDK provides helper objects and methods that allow you to:

  1. Find resource records matching certain conditions

  2. Find resource records that are available in a time-range and the timeslots those resource are available for.

  3. See what and when services are available for each resource.

  4. Create a reservation with an attached lead/contact and service reservations.

  5. Run the Booker25 price calculation you configured without inserting the reservation.

On this page:

Table of Contents