Page 1 of 1

API Request -- InsPlans

Posted: Wed Jan 22, 2025 11:27 am
by laborspy
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"
}

Re: API Request -- InsPlans

Posted: Wed Jan 22, 2025 12:19 pm
by justine
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!

Re: API Request -- InsPlans

Posted: Fri Mar 14, 2025 10:41 am
by AustinD
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!