GET/api/v1/scheduling-policy
Retrieve the scheduling policy.
Parameters
Header
Authorization*
string
API key as bearer token
Accept*
string
application/json
Request Example
Responses
Scheduling policy received successfully
Authorization information missing, expired or invalid
PATCH/api/v1/scheduling-policy
Update the scheduling policy.
Parameters
Header
Authorization*
string
API key as bearer token
Accept*
string
application/json
Content-Type*
string
application/json
Body
allowTeamSelection
boolean
Allow customers to select a specific person for their booking
timeSlotInterval
Duration
Duration of each display interval in minutes
isBookingEnabled
boolean
Allow customers to book appointments
bookingMinimumLeadTime
Duration
Minimum duration before a new appointment can be booked
bookingMaximumLeadTime
Duration
Maximum duration in advance that a customer can book an appointment
isReschedulingEnabled
boolean
Allow customers to reschedule their appointments
reschedulingMinimumLeadTime
Duration
Minimum duration before an appointment rescheduling is restricted and cannot be done by the customer anymore
isCancellationEnabled
boolean
Allow customers to cancel their appointments
cancellationMinimumLeadTime
Duration
Minimum duration before an appointment cancellation is restricted and cannot be done by the customer anymore
Request Example
Responses
Scheduling policy updated successfully
Authorization information missing, expired or invalid