Appointment's UnschedStatus

For requests or help with our API
Post Reply
rhay
Posts: 1
Joined: Thu Jun 02, 2022 4:28 am

Appointment's UnschedStatus

Post by rhay » Thu Jun 02, 2022 4:43 am

Hello,

We are using the Appointments PUT https://www.opendental.com/site/apiappointments.html to update AptStatus, specifically, we need to set this field to UnschedList, which we were able to do without issues, but we need to set UnschedStatus as well, we tried doing it like this

Code: Select all

PUT /appointments/34
{
  "AptStatus": "UnschedList",
  "UnschedStatus": 95
}
But didn't work. is there a way to set the UnschedStatus through API?

SLeon
Posts: 476
Joined: Mon Mar 01, 2021 10:00 am

Re: Appointment's UnschedStatus

Post by SLeon » Thu Jun 02, 2022 9:05 am

Yes, we can add support for editing UnschedStatus to Appointments PUT (update). It has has been added to our development list.

SLeon
Posts: 476
Joined: Mon Mar 01, 2021 10:00 am

Re: Appointment's UnschedStatus

Post by SLeon » Fri Jun 10, 2022 9:38 am

We have added the ability to update the UnschedStatus field in Appointments PUT (update). We have also added the field to the return objects of our Appointments GET method. See https://www.opendental.com/site/apiappointments.html for more information.

The new field will be available in our next beta version, 22.2.10, which is estimated to be released in the next week.

Post Reply