BlueBook Selection

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

BlueBook Selection

Post by omar22 » Fri Dec 27, 2024 10:05 am

Hello all,

Hope you had a wonderful holiday! I wanted to request a quick feature. At this point, with the insplan API I am only able to identify whether or not to use blue book. Is there a way to also be able to select whcih manual blue book to select?

Thank you very much in advance.
Omar

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

Re: BlueBook Selection

Post by justine » Fri Dec 27, 2024 1:39 pm

omar22 wrote:
Fri Dec 27, 2024 10:05 am
Hello all,

Hope you had a wonderful holiday! I wanted to request a quick feature. At this point, with the insplan API I am only able to identify whether or not to use blue book. Is there a way to also be able to select whcih manual blue book to select?

Thank you very much in advance.
Omar
Good afternoon omar22,

You can tell which version of Blue Book (None, Legacy, or Blue Book) is being used by calling preferences GET.

Code: Select all

https://api.opendental.com/api/v1/preferences?PrefName=AllowedFeeSchedsAutomate
Returns:

Code: Select all

{
    "PrefNum": 196,
    "PrefName": "AllowedFeeSchedsAutomate",
    "ValueString": "0"
}
ValueString: "0" means None.
ValueString: "1" means Legacy.
ValueString: "2" means Blue Book.

Blue Book setup must be done by the office.

Thanks!

Post Reply