Issue with Claims API

For requests or help with our API
Post Reply
beacondental
Posts: 92
Joined: Wed Mar 15, 2023 8:43 am

Issue with Claims API

Post by beacondental » Tue Jan 02, 2024 8:36 am

Hi Team,

I am trying to POST below json object to the Claims API,
{
"patNum": 3062,
"procNums": [1503483, 1503484, 1503485],
"claimType": "P"
}

But I faced this error in response with a 400 Bad request,
"ProcNum(s) 1503483, 1503484, 1503485 are invalid for this patient."

Please explain what does this message mean & what can be done to successfully post this claim?

SLeon
Posts: 482
Joined: Mon Mar 01, 2021 10:00 am

Re: Issue with Claims API

Post by SLeon » Tue Jan 02, 2024 10:35 am

I move this topic from the Main Forum to the API forums.

The message, "ProcNum(s) ... are invalid for this patient." will occur when the procNums you supply are not valid for the PatNum you supplied.

Are the corresponding procedures for the correct patient? Also, note the casing for "PatNum" and "ClaimType" in your JSON payload.

Post Reply