API - Benefits
Posted: Wed Jan 22, 2025 3:38 pm
I am having issues with the Benefits API when posting an AgeLimit. Here is the response I am getting:
OpenDental API error: 400 - "QuantityQualifier not allowed to be AgeLimit."
Here is what I am sending :
"PlanNum": self.plan_num,
"BenefitType": "Limitations",
"CoverageLevel": "None",
"TimePeriod": "None",
"QuantityQualifier": "AgeLimit",
"Quantity": int(fluoride_age),
"CodeGroupNum": fluoride_group_num,
"Percent": -1,
"MonetaryAmt": -1.0
I am on version 24.3.43.0
OpenDental API error: 400 - "QuantityQualifier not allowed to be AgeLimit."
Here is what I am sending :
"PlanNum": self.plan_num,
"BenefitType": "Limitations",
"CoverageLevel": "None",
"TimePeriod": "None",
"QuantityQualifier": "AgeLimit",
"Quantity": int(fluoride_age),
"CodeGroupNum": fluoride_group_num,
"Percent": -1,
"MonetaryAmt": -1.0
I am on version 24.3.43.0