v1
latestOpenAPI 3.1.02026-08-063776831.4 MBUpdate practitioner details at a location for a network or all networks
Updates practitioner details at a specific location for a specific network or all networks. If 'applyToAllNetworks' is true in the request, updates all networks the practitioner is linked to at this location. This updates the TenantGroupLocationPractitionerNetwork entity with location-network specific data such as effective dates, panel status, accepting new patients, practitioner role, specialty, languages, office hours, etc. Specialties are stored in TenantGroupLocationPractitionerNetworkSpecialty table.
Path parameters
ID of the tenant group location
ID of the network
ID of the practitioner (certify practitioner ID)
Headers
Request body
Example request
{
"groupId": "8e8a377a-39f0-4032-9067-dbb23bc52c84"
}Response
Successfully updated practitioner location-network details. Returns single network response if applyToAllNetworks is false, or multiple networks response if applyToAllNetworks is true.
Example response
{
"tenantGroupPractitionerId": "tgp-456",
"tenantGroupLocationId": "tgl-123",
"networkId": "net-789",
"groupPractitionerLocationId": "gpl-456",
"tenantGroupLocationPractitionerNetworkId": "tglpn-789",
"status": "updated"
}