API FeeScheds Request

For requests or help with our API
Post Reply
omar22
Posts: 60
Joined: Mon Dec 05, 2022 2:38 pm

API FeeScheds Request

Post by omar22 » Tue Jun 13, 2023 1:59 pm

Hello,

I would like to request being able to POST new fee schedules and being able to add fees on a D-code level. Is there an existing method of achieving this? If not, I would like to request it please :)

Thank you all so much!
Omar

justine
Posts: 175
Joined: Tue Dec 28, 2021 7:59 am

Re: API FeeScheds Request

Post by justine » Tue Jun 13, 2023 3:49 pm

omar22 wrote:
Tue Jun 13, 2023 1:59 pm
Hello,

I would like to request being able to POST new fee schedules and being able to add fees on a D-code level. Is there an existing method of achieving this? If not, I would like to request it please :)

Thank you all so much!
Omar
Good afternoon omar22,

We will look into adding the ability to POST/PUT fee schedules, but API functionality may be restricted to the creation of only global fee schedules.

As far as the changing of fees on a D-code level, I'm guessing you are referring to the 'Default Fees' as seen in the Edit Procedure Code window? If so, that data is stored in the fee table. We will look into adding a GET/POST/PUT for the fee table.

Both of these requests are complex.
There are dozens of requests ahead of you.
Estimated completion will be eight weeks.
We will update this thread when complete.

Thanks!

omar22
Posts: 60
Joined: Mon Dec 05, 2022 2:38 pm

Re: API FeeScheds Request

Post by omar22 » Wed Jun 14, 2023 2:51 am

Hey Justine,

Yes, that is what I am looking to do. More specifically, add fee schedules, then add fees on a d-code level specific to that fee schedule.

As for the turnaround time, I totally understand; you guys are the best and all your hard work is much appreciated!

Thank you so much again,
Omar

omar22
Posts: 60
Joined: Mon Dec 05, 2022 2:38 pm

Re: API FeeScheds Request

Post by omar22 » Mon Oct 16, 2023 8:12 am

Hey, I just wanted to follow up on this request. Thank you!!

DerekR
Posts: 81
Joined: Wed Aug 31, 2022 1:13 pm

Re: API FeeScheds Request

Post by DerekR » Mon Oct 16, 2023 8:20 am

Good Morning omar22,

This feature request is currently in development. I would estimate that it will be completed in roughly 6 - 7 weeks.

Thanks!

omar22
Posts: 60
Joined: Mon Dec 05, 2022 2:38 pm

Re: API FeeScheds Request

Post by omar22 » Mon Oct 16, 2023 8:26 am

Awesome, thank you

DerekR
Posts: 81
Joined: Wed Aug 31, 2022 1:13 pm

Re: API FeeScheds Request

Post by DerekR » Mon Dec 11, 2023 9:52 am

This feature request is complete.

FeeScheds POST and PUT are available starting in version 23.3.7. See https://www.opendental.com/site/apifeescheds.html for more information.

Fees GET (single and multiple), POST, PUT, and DELETE are available starting in version 23.3.11. See https://www.opendental.com/manual233/apifees.html for more information.

Thanks!

joebrown_subscribili
Posts: 6
Joined: Fri Sep 23, 2022 7:38 am

Re: API FeeScheds Request

Post by joebrown_subscribili » Tue Jan 09, 2024 10:57 am

I see that a POST method has recently been added to the FeeScheds API, which is very exciting. Is there a way to set the procedure code prices for these newly created fee schedules? Either via copying from an existing (and maybe applying the %change like you can in the Fee Tools UI) or by directly putting updated price values for specified procedures? We'd love to be able to create new fee schedules and set the procedure prices all from the APIs.

Thanks for any help.

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

Re: API FeeScheds Request

Post by SLeon » Tue Jan 09, 2024 11:28 am

You can set the fee amount for a specific procedure/fee schedule using the Fees POST and PUT endpoints.

Post Reply