For requests or help with our API
-
shripati.ukirde
- Posts: 18
- Joined: Wed Apr 06, 2022 4:24 am
Post
by shripati.ukirde » Sun Jul 13, 2025 10:28 pm
Dear Open Dental API Team,
I’m encountering an issue while attempting to create a preauth claim without service date. The API returns a Bad Request error with the following message: "DateService year must be between 1880 and 2100."
We use POST
https://api.opendental.com/api/v1/claims endpoint
Code: Select all
{
"PatNum": 1233,
"procNums": [123],
"ClaimType": "PreAuth",
"InsSubNum":123,
"PatRelat":"Self",
"ProvTreat":1,
"ProvBill":1
}
https://www.opendental.com/site/apiclaims.html
Could you please check this and let us know if we are missing anything? Please let me know if any additional information is needed.
Thank you for your time and assistance.
-
RyanH
- Posts: 30
- Joined: Thu Dec 19, 2024 8:33 am
Post
by RyanH » Mon Jul 14, 2025 8:24 am
shripati.ukirde wrote: ↑Sun Jul 13, 2025 10:28 pm
Dear Open Dental API Team,
I’m encountering an issue while attempting to create a preauth claim without service date. The API returns a Bad Request error with the following message: "DateService year must be between 1880 and 2100."
We use POST
https://api.opendental.com/api/v1/claims endpoint
Code: Select all
{
"PatNum": 1233,
"procNums": [123],
"ClaimType": "PreAuth",
"InsSubNum":123,
"PatRelat":"Self",
"ProvTreat":1,
"ProvBill":1
}
https://www.opendental.com/site/apiclaims.html
Could you please check this and let us know if we are missing anything? Please let me know if any additional information is needed.
Thank you for your time and assistance.
Hello shripati.ukirde.
We are currently investigating and working on a fix for this issue. In the meantime, you can work around this problem by setting the ProcDate field on the provided procedurelogs to a valid date between this range, such as the value in the DateTP field (the date it was originally Treatment Planned).
Thanks!