Example:
Code: Select all
POST -- https://api.opendental.com/api/v1/claims
{
"PatNum": 123456,
"procNums": [123456789],
"ClaimType": "P",
"MedType": 1
}
Dental: 0
Medical: 1
Institutional: 2
Code: Select all
POST -- https://api.opendental.com/api/v1/claims
{
"PatNum": 123456,
"procNums": [123456789],
"ClaimType": "P",
"MedType": 1
}
Hello laborspy.laborspy wrote: ↑Thu Jul 10, 2025 11:28 amThere any chance we can get the MedType for Medical/Dental added to the Claim POST and PUT?
Example:
Where from the dbase Claims table for MedTypeCode: Select all
POST -- https://api.opendental.com/api/v1/claims { "PatNum": 123456, "procNums": [123456789], "ClaimType": "P", "MedType": 1 }
Dental: 0
Medical: 1
Institutional: 2