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
Adjustments to insurance benefits
Re: Adjustments to insurance benefits
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!
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!
-
- Posts: 122
- Joined: Wed Mar 15, 2023 8:43 am
Re: Adjustments to insurance benefits
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?
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?
Re: Adjustments to insurance benefits
Good Morning,
ClaimProcs GET includes the claimprocs that are used for adjustments to insurance benefits.
ClaimProcs GET includes the claimprocs that are used for adjustments to insurance benefits.