Page 1 of 1

Need help for Benefits PUT API

Posted: Mon Mar 18, 2024 9:55 am
by beacondental
Hi Team,

Suppose there's a wrongly entered benefit with a limitation of "3 times per benefit year" for a specific frequency under an insurance plan, and if I want to update it to "Every 3 Years" using benefit PUT API, how to do it?

I tried it using the benefit PUT API, and provided below request object,

{
"quantity":3,
"quantityQualifier":"Years",
"benefitType"="Limitations"
}

But I got this response,

400 Bad Request: ""Not allowed to have a percentage on a benefit unless BenefitType is CoInsurance.""

Please help.

Re: Need help for Benefits PUT API

Posted: Wed Mar 20, 2024 10:00 am
by justine
beacondental wrote:
Mon Mar 18, 2024 9:55 am
Hi Team,

Suppose there's a wrongly entered benefit with a limitation of "3 times per benefit year" for a specific frequency under an insurance plan, and if I want to update it to "Every 3 Years" using benefit PUT API, how to do it?

I tried it using the benefit PUT API, and provided below request object,

{
"quantity":3,
"quantityQualifier":"Years",
"benefitType"="Limitations"
}

But I got this response,

400 Bad Request: ""Not allowed to have a percentage on a benefit unless BenefitType is CoInsurance.""

Please help.
Good morning beacondental,

That response indicates that the benefit you are attempting to update has a benefit.Percent value. It is likely that you are attempting to update the incorrect benefit. On a frequency limitation benefit, the only fields you are allowed to update are Quantity or QuantityQualifier.

Thanks!