Skip to content
background-image background-image

reservanto

Reservanto - Booking Set No Show State

  • 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 set state if customer showed up to the booking from Reservanto API.


Configuration

Reservanto - Booking Set No Show State 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 - Booking Set No Show State Request (ver. 1.2.0)

Column Data type Allow null Description
AppointmentID Integer Yes Internal event ID from the Reservanto system
CustomerID Integer Yes Internal customer ID from the Reservanto system
NoShowStatus Integer Yes Attendance indicator for the reservation (0 = unknown, 1 = attended, 9 = no-show)
TimeStamp DateTime Yes Date and time of the query

Output

Reservanto - Booking Set No Show State Response (ver. 1.3.0)

Column Data type Allow null Description
StatusCode Integer No A numerical response from the server to an HTTP request sent to an API
BookingInfoModel Reservanto - Booking Info Model v1.1.0 Yes Booking information.
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 - Booking Info Model (ver. 1.1.0)

Column Data type Allow null Description
StartsAt DateTime Yes Start of the reservation
BookingServiceID Integer Yes Internal service ID from the Reservanto system
BookingServiceName String Yes Service name
Price Double Yes Price
IsPaid Bool Yes Payment status of the reservation
PaymentMethod Reservanto - Payment Info Model v1.0.0 Yes Payment status information
Appointment Reservanto - Appointment Model v1.1.0 Yes Reservation event
NoShowStatus Integer Yes Attendance status for the reservation (0 = unknown, 1 = attended, 9 = no-show)
AppointmentID Integer Yes Internal event ID from the Reservanto system
CourseID Integer Yes Internal course ID from the Reservanto system
CourseName String Yes Course name
BookingResourceID Integer Yes Internal resource ID from the Reservanto system
BookingResourceName String Yes Resource name
CustomerID Integer Yes Internal customer ID from the Reservanto system
CustomerName String Yes Customer name
CustomerEmail String Yes Customer email
CustomerPhone String Yes Customer phone
PublicNote String Yes Reservation note
VatRate Double Yes VAT rate
AccountingDataID Integer Yes Internal accounting data ID from the Reservanto system.
PersonCount Integer Yes Number of persons

Reservanto - Payment Info Model (ver. 1.0.0)

Column Data type Allow null Description
PaymentMethodFormatted String Yes Formatted name of the payment method
RemainingPriceWithVat Double Yes Amount remaining to be paid for full settlement
IsOnlyPartiallyPaid Bool Yes Indicator of whether the payment is partial
IsPaidOrWaiting Bool Yes Indicator of whether the full amount is paid
IsWaiting Bool Yes Indicator of whether payment is pending (i.e., the merchant enforces payments)

Reservanto - Appointment Model (ver. 1.1.0)

Column Data type Allow null Description
StartDate DateTime Yes Start date
EndDate DateTime Yes End date
CourseID Integer Yes Internal course ID from the Reservanto system
CourseName String Yes Course name
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 Calendar name
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 (can be "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.9

  • First release