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"
}
API Request -- InsPlans
Re: API Request -- InsPlans
Good afternoon laborspy,laborspy wrote: ↑Wed Jan 22, 2025 11:27 amI'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"
}
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
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!
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!