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.
The connector will list all the events for a customer from Reservanto API.
Configuration
Reservanto - List Events By Customer 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 - List Events by Customer Request (ver. 1.2.0)
Column | Data type | Allow null | Description |
---|---|---|---|
CustomerID | Integer | No | Internal customer ID from the Reservanto system |
StartDate | DateTime | No | Start of the period for which reservations are loaded. Reservations starting on this date are included |
EndDate | DateTime | No | End of the period for which reservations are loaded. Reservations starting on this date are excluded |
Output
Reservanto - List Events by Customer Response (ver. 1.2.0)
Column | Data type | Allow null | Description |
---|---|---|---|
StatusCode | Integer | No | A numerical response from the server to an HTTP request sent to an API |
Events | Reservanto - Event v1.1.0 |
Yes | Collection of events |
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 - Event (ver. 1.1.0)
Column | Data type | Allow null | Description |
---|---|---|---|
AppointmentID | Integer | No | Internal event ID from the Reservanto system |
StartDate | DateTime | Yes | Start of the reservation |
EndDate | DateTime | Yes | End of the reservation |
MerchantNote | String | Yes | Merchant note |
LocationName | String | Yes | Name of the establishment to which the reservation belongs |
LocationID | Integer | Yes | Internal ID of the establishment from the Reservanto system |
SourceName | String | Yes | Name of the reserved resource |
SourceID | Integer | Yes | ID of the reserved resource |
CalendarID | Integer | Yes | ID of the calendar to which the reservation belongs |
CalendarName | String | Yes | Name of the calendar to which the reservation belongs |
BookingServiceID | Integer | Yes | Internal service ID from the Reservanto system |
ServiceName | String | Yes | Name of the service for this specific reservation |
CourseID | Integer | Yes | Internal course ID from the Reservanto system |
SegmentName | String | Yes | Name of the business field to which the reservation belongs |
CustomerFullName | String | Yes | Customer's full name |
CustomerID | Integer | Yes | Internal customer ID from the Reservanto system |
CustomerNote | String | Yes | Customer's note |
Price | Double | Yes | Price of the reservation in Czech crowns |
PaidPartOfPrice | Double | Yes | Paid portion of the reservation price in Czech crowns |
PaymentMethodFormatted | String | Yes | Formatted name of the payment method |
IsPaid | Bool | Yes | Indicates whether the reservation is paid. |
CustomValues | Reservanto - Custom Value v1.0.0 |
Yes | Reservanto - Custom Value |
Count | Integer | Yes | Number of persons/items for the reservation |
NoShowStatus | String | Yes | Customer's presence status. |
Status | String | Yes | Customer's attendance status |
Reservanto - Custom Value (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
ID | Integer | No | Internal ID from the Reservanto booking system |
BooleanValue | Bool | Yes | The set value, if it is a boolean type value |
StringValue | String | Yes | The set value, if it is a text type value or an item from a list |
DateValue | Double | Yes | The set value, if it is a date type value |
Definition | Reservanto - Definition v1.0.0 |
Yes | Reservanto - Definition |
Reservanto - Definition (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
ID | Integer | No | Internal ID from the Reservanto reservation system |
Name | String | Yes | Custom value name |
Description | String | Yes | Description for the value |
SegmentID | Integer | Yes | ID of the category to which the custom value belongs |
DataType | String | Yes | Type of the custom value |
IsRequired | Bool | Yes | Specifies whether the custom value is required |
IsPublic | Bool | Yes | Specifies whether the custom value is public |
ServiceIDs | Reservanto - Definition Services v1.0.0 |
Yes | Reservanto - Definition Services |
AllServices | Bool | Yes | Specifies whether the custom value is used regardless of the service (if it is a booking custom value) |
Reservanto - Definition Services (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
ServiceID | Integer | No | Field of service IDs for which this value is filled in (if it is a booking custom value) |
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