API Request | GET/POST/PUT/DELETE LAB CASES

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

API Request | GET/POST/PUT/DELETE LAB CASES

Post by rinse-dental »

- GET lab case. If possible, include laboratory description and Provider Abbr
- POST lab case. With ability to optionally include aptnum and plannedaptnum
- PUT lab case. With ability to update aptnum and plannedaptnum
- DELETE lab case.
justine
Posts: 354
Joined: Tue Dec 28, 2021 7:59 am

Re: API Request | GET/POST/PUT/DELETE LAB CASES

Post by justine »

rinse-dental wrote: Tue Apr 16, 2024 2:38 pm - GET lab case. If possible, include laboratory description and Provider Abbr
- POST lab case. With ability to optionally include aptnum and plannedaptnum
- PUT lab case. With ability to update aptnum and plannedaptnum
- DELETE lab case.
Good afternoon rinse-dental,

Labcases are somewhat complex and require dental Laboratories to be set up. You'll likely need a laboratories GET/POST/PUT and possibly a labturnarounds GET/POST/PUT, in addition to your requests.

See our schema for details on how all these tables work together.

I have added researching the addition of laboratories GET/POST/PUT, labcases GET/POST/PUT/DELETE and labturnaround GET/POST/PUT, to our development list.

Thanks!
rinse-dental
Posts: 140
Joined: Wed Apr 06, 2022 12:04 pm

Re: API Request | GET/POST/PUT/DELETE LAB CASES

Post by rinse-dental »

Understood. Thank you. In our specific use case and for the sake of prioritization, we're fine with making laboratories and labturnarounds setup within Open Dental an initial dependency to use GET/POST/PUT lab case.
rinse-dental
Posts: 140
Joined: Wed Apr 06, 2022 12:04 pm

Re: API Request | GET/POST/PUT/DELETE LAB CASES

Post by rinse-dental »

Hello - checking in on this one. Thank you!
SLeon
Posts: 605
Joined: Mon Mar 01, 2021 10:00 am

Re: API Request | GET/POST/PUT/DELETE LAB CASES

Post by SLeon »

Good afternoon,

LabCases GET/PUT/POST/DELETE is next on our development list. We will update this thread once it is complete.
AustinD
Posts: 15
Joined: Wed Jul 31, 2024 3:22 pm

Re: API Request | GET/POST/PUT/DELETE LAB CASES

Post by AustinD »

The following API request are now available.

LabCases GET(single), GET(multiple), POST, PUT, and DELETE. Please see https://www.opendental.com/site/apilabcases.html for more information.

Laboratories GET(single), GET(multiple), POST, and PUT. Please see https://www.opendental.com/site/apilaboratories.html for more information.

LabTurnarounds GET(single), GET(multiple), POST, and PUT. Please see https://www.opendental.com/site/apilabturnarounds.html for more information.

Thanks!
Post Reply