API Request -- InsPlans

For requests or help with our API
Post Reply
laborspy
Posts: 13
Joined: Wed Nov 13, 2024 6:52 pm
Contact:

API Request -- InsPlans

Post by laborspy » Wed Jan 22, 2025 11:27 am

I'm hoping this is a quick and easy one. Looking to get IsMedical added as an option in /insplans on PUT. Right now we can see that it is true/false with the /familymodules but we are unable to update it. You can send it in to the existing endpoint but it is ignored.

Doc Link: https://www.opendental.com/site/apiinsplans.html

Proposed Example:
PUT /insplans/123456789

{
"IsMedical": "false"
}

or

{
"IsMedical": "true"
}

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

Re: API Request -- InsPlans

Post by justine » Wed Jan 22, 2025 12:19 pm

laborspy wrote:
Wed Jan 22, 2025 11:27 am
I'm hoping this is a quick and easy one. Looking to get IsMedical added as an option in /insplans on PUT. Right now we can see that it is true/false with the /familymodules but we are unable to update it. You can send it in to the existing endpoint but it is ignored.

Doc Link: https://www.opendental.com/site/apiinsplans.html

Proposed Example:
PUT /insplans/123456789

{
"IsMedical": "false"
}

or

{
"IsMedical": "true"
}
Good afternoon laborspy,

I have added the ability to set insplan.IsMedical via the API to our development list. We will reply to this thread once the request is complete.

Thanks!

AustinD
Posts: 9
Joined: Wed Jul 31, 2024 3:22 pm

Re: API Request -- InsPlans

Post by AustinD » Fri Mar 14, 2025 10:41 am

Hello laborspy,

The ability to update the IsMedical field of an Insplan has been implemented and is available in 24.4.34. Please see InsPlans PUT for more information.

Thanks!

Post Reply