Page 1 of 1

Appointment's UnschedStatus

Posted: Thu Jun 02, 2022 4:43 am
by rhay
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?

Re: Appointment's UnschedStatus

Posted: Thu Jun 02, 2022 9:05 am
by SLeon
Yes, we can add support for editing UnschedStatus to Appointments PUT (update). It has has been added to our development list.

Re: Appointment's UnschedStatus

Posted: Fri Jun 10, 2022 9:38 am
by SLeon
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.