Skip to content
background-image background-image

reservanto

Reservanto - Get Available Class Appointments

  • Version

    3.0

  • Agent restriction

    None

  • Processing type

    Row by row

  • Multi-input step

    Not Supported

Reservanto is a comprehensive booking system designed for businesses of all sizes. It facilitates efficient management of reservations, scheduling of appointments, and client database administration. With an intuitive user interface and a wide range of features, Reservanto helps optimize operations and improve customer service.

To use Reservanto modules, a Reservanto account is required. You can create an account by visiting reservanto.cz.

Connector to get available class appointments from Reservanto API.


Configuration

Reservanto - Get Available Class Appointments Settings (ver. 1.0.0)

Authentication

Select existing OAuth 2.0 authorization from the dropdown list. This ensures that the connector uses the predefined credentials and permissions. Or, if the required authorization is not available, you can create a new one directly from the Authentication field. Click the plus button to start creating a new OAuth 2.0 authorization. For more information on Authorizations and OAuth 2.0, click here.

Error behavior

The available values are:

  • Fail and return response: The connector fails at the specified line but generates output with error details.

  • Fail without response: The connector fails - the error will be displayed only in the log.

  • Do not fail and return response: The connector does not fail but generates output records that may be marked with an error and detailed information.


Input & Output Schema

Input

Reservanto - Get Available Class Appointments Request (ver. 1.1.0)

Column Data type Allow null Description
CalendarID Integer Yes Internal service ID from the Reservanto system
LocationID Integer No Internal establishment ID from the Reservanto system
SegmentID Integer No Internal category ID from the Reservanto system
IntervalEnd DateTime No End of the search interval
IntervalStart DateTime No Start of the search interval

Output

Reservanto - Get Available Class Appointments Response (ver. 1.1.0)

Column Data type Allow null Description
StatusCode Integer No A numerical response from the server to an HTTP request sent to an API
Items Reservanto - Appointment Model v1.2.0 Yes Returned collection of objects matching the query
IsError Bool No Indicates whether an error has occurred
ErrorParameters Reservanto - Error Info Parameters v1.0.0 Yes Incorrectly specified parameter in the request
ErrorMessages Reservanto - Error Info Messages v1.0.0 Yes Message field for errors

Reservanto - Appointment Model (ver. 1.2.0)

Column Data type Allow null Description
StartDate DateTime Yes Start of the event
EndDate DateTime Yes End of the event
CourseID Integer Yes Internal course ID from the Reservanto system
CourseName String Yes Name of the course to which this event belongs
BookingResourceID Integer Yes Internal resource ID from the Reservanto system
BookingResourceName String Yes Resource name
BookingServiceID Integer Yes Internal service ID from the Reservanto system
BookingServiceName String Yes Service name
CalendarID Integer Yes Internal service ID from the Reservanto system
CalendarName String Yes Name of the calendar
IsAvailable Bool Yes Indicator of whether the event is available (not booked)
Capacity Integer Yes Capacity (i.e., the number of customers that can be booked)
OccupiedCapacity Integer Yes Already booked capacity (i.e., the number of customers already booked for the event)
FormattedAvailability String Yes Merchant-defined format for displaying the occupancy of the hour (e.g., "2/10" or simply "available")
ID Integer Yes Internal ID from the Reservanto reservation system

Reservanto - Error Info Parameters (ver. 1.0.0)

Column Data type Allow null Description
Value String No Represents the error information

Reservanto - Error Info Messages (ver. 1.0.0)

Column Data type Allow null Description
Value String No Contains the error message

Release notes

3.0.3

  • First release