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.