Adjustments to insurance benefits

For requests or help with our API
Post Reply
beacondental
Posts: 92
Joined: Wed Mar 15, 2023 8:43 am

Adjustments to insurance benefits

Post by beacondental » Tue Nov 28, 2023 8:39 am

Hello,
How can we get the GET and POST / PUT function for Adjustments to insurance benefits under the API protocol?
https://opendental.com/manual/adjinsbenefits.html

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

Re: Adjustments to insurance benefits

Post by DerekR » Tue Nov 28, 2023 9:27 am

Good Morning beacondental,

Adjustments to insurance benefits are stored in the database using the ClaimProc object, with a Status of "Adjustment". To accomplish your goal, you can use ClaimProcs GET, ClaimProcs POST InsAdjust, and ClaimProcs PUT InsAdjust. The documentation for these methods can be found here: https://www.opendental.com/site/apiclaimprocs.html

Thanks!

beacondental
Posts: 92
Joined: Wed Mar 15, 2023 8:43 am

Re: Adjustments to insurance benefits

Post by beacondental » Mon Dec 18, 2023 6:10 pm

I did see the documenation here on this URL.
https://www.opendental.com/site/apiclaimprocs.html
ClaimProcs InsAdjust

But, I am looking for ClaimProcs GET InsAdjust (not the PUT or POST). How can I get this?

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

Re: Adjustments to insurance benefits

Post by DerekR » Tue Dec 19, 2023 8:12 am

Good Morning,

ClaimProcs GET includes the claimprocs that are used for adjustments to insurance benefits.
DerekR wrote:
Tue Nov 28, 2023 9:27 am
Adjustments to insurance benefits are stored in the database using the ClaimProc object, with a Status of "Adjustment".

Post Reply