API Request | POST /appointments/SchedulePlanned
Posted: 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!
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!