v2
latestOpenAPI 3.1.02026-07-31515292.8 KBCreate Dental Inquiries
post/api/v0/dental/batch_inquiries
Headers
Idempotency-Keystring
Request body
Example request
[
{
"desired_completion_date": "03-19-2024",
"patient_name": "Alex Martin",
"dob": "01-31-2020",
"member_id": "123456789",
"group_id": "123456",
"npi": "1234567890",
"billing_npi": "1234567890",
"rendering_npi": "1234567890",
"tax_id": "123456789",
"practice_billing_address": "123 Main St, New York, NY 10001",
"diagnosis_codes": [
"F41.1",
"F42.23"
],
"claims_date_of_service": "01-31-2020",
"claim_number": "1234567890",
"additional_info": "The patient is on a Medicare plan and we need to know their secondary insurance benefits.",
"benefits_query": [
"CODE_LOOKUP_BENEFITS"
],
"benefits_codes": [
"D1110",
"D1120",
"1130"
],
"is_specialist": true,
"insurance_payor_id": "60054"
}
]Response
Successful Response