API Request | POST /appointments/SchedulePlanned

For requests or help with our API
Post Reply
rinse-dental
Posts: 145
Joined: Wed Apr 06, 2022 12:04 pm

API Request | POST /appointments/SchedulePlanned

Post 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!
justine
Posts: 364
Joined: Tue Dec 28, 2021 7:59 am

Re: API Request | POST /appointments/SchedulePlanned

Post 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!
Post Reply