Page 1 of 1

API FeeScheds Request

Posted: Tue Jun 13, 2023 1:59 pm
by omar22
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

Re: API FeeScheds Request

Posted: Tue Jun 13, 2023 3:49 pm
by justine
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!

Re: API FeeScheds Request

Posted: Wed Jun 14, 2023 2:51 am
by omar22
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

Re: API FeeScheds Request

Posted: Mon Oct 16, 2023 8:12 am
by omar22
Hey, I just wanted to follow up on this request. Thank you!!

Re: API FeeScheds Request

Posted: Mon Oct 16, 2023 8:20 am
by DerekR
Good Morning omar22,

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

Thanks!

Re: API FeeScheds Request

Posted: Mon Oct 16, 2023 8:26 am
by omar22
Awesome, thank you

Re: API FeeScheds Request

Posted: Mon Dec 11, 2023 9:52 am
by DerekR
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!

Re: API FeeScheds Request

Posted: Tue Jan 09, 2024 10:57 am
by joebrown_subscribili
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.

Re: API FeeScheds Request

Posted: Tue Jan 09, 2024 11:28 am
by SLeon
You can set the fee amount for a specific procedure/fee schedule using the Fees POST and PUT endpoints.