Hi there.
USE CASE: Scheduling an RDH for a planned appointment where plannedAppointment.IsHygiene == true (e.g. Deep Cleaning).
PROBLEM: You cannot set ProvHyg when scheduling a planned appointment via POST /appointments/SchedulePlanned
REQUEST: Update POST /appointments/SchedulePlanned so that a hygienist can be booked for a planned hygiene visit. Either add ProvHyg to POST /appointments/SchedulePlanned or set ProvHyg (via ProvNum) when plannedAppointment.IsHygiene == true.
My work around is to POST /appointments/SchedulePlanned and then immediately PUT the appointment. It works but if my PUT fails for any reason then we have a problem.
Thank you!
API Request | POST /appointments/SchedulePlanned
-
rinse-dental
- Posts: 145
- Joined: Wed Apr 06, 2022 12:04 pm
Re: API Request | POST /appointments/SchedulePlanned
Hello rinse-dental,rinse-dental wrote: Fri Aug 21, 2026 5:58 pm Hi there.
USE CASE: Scheduling an RDH for a planned appointment where plannedAppointment.IsHygiene == true (e.g. Deep Cleaning).
PROBLEM: You cannot set ProvHyg when scheduling a planned appointment via POST /appointments/SchedulePlanned
REQUEST: Update POST /appointments/SchedulePlanned so that a hygienist can be booked for a planned hygiene visit. Either add ProvHyg to POST /appointments/SchedulePlanned or set ProvHyg (via ProvNum) when plannedAppointment.IsHygiene == true.
My work around is to POST /appointments/SchedulePlanned and then immediately PUT the appointment. It works but if my PUT fails for any reason then we have a problem.
Thank you!
I have added supporting hygienists via ScheduledPlanned endpoint to the API development list. We will reply to this thread when complete.
Thanks!