v1
latestOpenAPI 3.1.02026-08-063776831.4 MBPractitioner
Update or Delete DEA records for a practitioner
Update or Delete DEA records for a practitioner
put/practitioners/{id}/dea
Path parameters
idstring required
Practitioner ID
Headers
tenant-idstring
Request body
Example request
[
{
"affiliation": "Hospital Staff",
"deaNumber": "AB1234567",
"state": "CA",
"providerType": "Physician",
"verifiedBy": "John Smith",
"source": "DEA Database",
"type": "Individual",
"status": "Active",
"action": "create"
}
]Response
Practitioner DEA records updated successfully