Page 1 of 1

API Request | POST /appointments/SchedulePlanned

Posted: Fri Aug 21, 2026 5:58 pm
by rinse-dental
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!

Re: API Request | POST /appointments/SchedulePlanned

Posted: Mon Aug 24, 2026 9:04 am
by justine
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!
Hello rinse-dental,

I have added supporting hygienists via ScheduledPlanned endpoint to the API development list. We will reply to this thread when complete.

Thanks!