latestOpenAPI 3.1.02026-08-194237902.5 MB
563848e0ecc0
Group
Update location-network billing NPI and participation date for a group location
Updates NPI and/or participation date on the TenantGroupLocationNetwork record and cascades the same values to all TenantGroupLocationPractitionerNetwork and TenantGroupLocationFacilityNetwork rows at the specified group location and network. At least one field must be provided.
put/groups/locations/{locationId}/networks/{networkId}/npi-par-date
Path parameters
locationIdstring required
Group Location ID (tenantGroupLocationId)
networkIdstring required
Network ID
Headers
tenant-idstring
Request body
Example request
{
"npi": "1234567890",
"npiParticipationDate": "2024-06-15"
}Response
Group location-network NPI successfully updated
Example response
{
"tenantGroupLocationId": "tgl-123",
"networkId": "net-456",
"tenantGroupLocationNetworkId": "tgln-789",
"tenantGroupLocationPractitionerNetworkId": "tglpn-012",
"practitionerNetworkRowsUpdated": 3,
"tenantGroupLocationFacilityNetworkId": "tglfn-345",
"facilityNetworkRowsUpdated": 2
}