Skip to content
background-image background-image

reservanto

Reservanto - Create One To One Free Time

  • 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 create a one to one free time from Reservanto API.


Configuration

Reservanto - Create One To One Free Time Settings (ver. 1.1.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 - Create One To One Free Time Request (ver. 1.2.0)

Column Data type Allow null Description
BookingResourceID Integer No Internal resource ID from the Reservanto system
SegmentID Integer No ID of the category for which the availability is created
StartsAt DateTime No Starts at
EndsAt DateTime No Ends at
Repetition Reservanto - Repetition Create Request v1.0.0 Yes Repetition settings.
Note String Yes Note

Reservanto - Repetition Create Request (ver. 1.0.0)

Column Data type Allow null Description
DayInMonth Bool Yes Specifies whether it is always the same day (e.g., every 18th day of the month)
DayInWeek Bool Yes Specifies whether it is a week in the month (e.g., every 3rd Thursday)
Days Reservanto - Day of Week v1.0.0 Yes Array of days on which the availability should repeat (1 = Monday, 2 = Tuesday, ...)
EndOfRepeat DateTime Yes Specifies the end date of the recurrence (EndType = 1)
EndType Integer Yes Type of availability recurrence end
Frequency Integer Yes Recurrence frequency
Interval Integer Yes Recurrence interval (e.g., 1 = every, 2 = every second) according to the set recurrence frequency
RepeatCount Integer Yes Specifies after how many recurrences the repetition will end (EndType = 2)
UseRepetition Bool Yes Specifies whether to create availability including recurrence

Reservanto - Day of Week (ver. 1.0.0)

Column Data type Allow null Description
Day Integer No (1 = Monday, 2 = Tuesday, 3 = Wednesday, ...)

Output

Reservanto - Create One To One Free Time Response (ver. 1.0.0)

Column Data type Allow null Description
StatusCode Integer No A numerical response from the server to an HTTP request sent to an API
Ok Bool Yes Indicator of whether the request was successful
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 - 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.4

  • First release