Page 1 of 1

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

Posted: Tue Apr 16, 2024 2:38 pm
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.

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

Posted: Tue Apr 16, 2024 3:02 pm
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!

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

Posted: Wed Apr 17, 2024 8:35 am
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.

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

Posted: Thu Jul 11, 2024 1:57 pm
by rinse-dental
Hello - checking in on this one. Thank you!

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

Posted: Fri Jul 19, 2024 2:40 pm
by SLeon
Good afternoon,

LabCases GET/PUT/POST/DELETE is next on our development list. We will update this thread once it is complete.

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

Posted: Fri Feb 28, 2025 3:48 pm
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!