Create PreAuth claim not working
Posted: 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
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.
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
}
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.