Encountering this error?
There is a time limit for appointments with the IN status before the timeslot is returned to the pool of available time. This time limit is controlled by the bookingTimerMins parameter on the location object.
settings: {
...
bookingTimerMins: 2,
...
}
You can adjust the length of the timer in the API
PUT /setup/v1/locations/{id}
endpoint, or in the Portal application.
The maximum limit is 10 minutes for the user to complete their booking. If you need longer than that, you can reserve the appointment using PUT /consumer/v1/appointments/{id}/reserve or the completeBooking=RS query param on POST appointments. To move an appointment from RS to BK, you use the PUT /appointments/{id}/confirm endpoint.
This is just same test of what fonts I used previously for other articles:
Comments
0 comments
Please sign in to leave a comment.