Page 1 of 1
Is there a way to set an office's schedule using the API?
Posted: Thu Oct 12, 2023 6:39 pm
by adam25123
I'm trying to get an office's open appointment slots to schedule an appointment, but sometimes I query for open appointment slots on days where the office hasn't filled out their schedule for the day. Is there an API to set an office's schedule for a certain time period (day or beyond)?
Re: Is there a way to set an office's schedule using the API?
Posted: Fri Oct 13, 2023 9:40 am
by DerekR
Good Morning adam25123,
We do not have a Schedules POST method. When looking for open appointment slots, we tend to recommend using Appointments GET Slots or Appointments GET multiple, alongside Schedules GET. The core reason for this is the many different ways that dental offices utilize blockouts. This
forum post has a detailed workflow that may be of assistance.
Thanks!
Re: Is there a way to set an office's schedule using the API?
Posted: Fri Oct 13, 2023 10:33 am
by adam25123
Thanks DerekR, that definitely helps