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

npistring

10-digit location billing NPI. Omit or null to leave unchanged; empty string clears.

npiParticipationDatestring

NPI participation date (ISO-8601 YYYY-MM-DD). Omit or null to leave unchanged; empty string clears.

Example request

{
  "npi": "1234567890",
  "npiParticipationDate": "2024-06-15"
}

Response

Group location-network NPI successfully updated

tenantGroupLocationIdstring

Tenant group location ID

networkIdstring

Network ID

tenantGroupLocationNetworkIdstring

Updated TenantGroupLocationNetwork ID

tenantGroupLocationPractitionerNetworkIdstring

Primary updated TenantGroupLocationPractitionerNetwork ID

practitionerNetworkRowsUpdatedinteger

Count of practitioner-network rows updated at this location-network

tenantGroupLocationFacilityNetworkIdstring

Primary updated TenantGroupLocationFacilityNetwork ID

facilityNetworkRowsUpdatedinteger

Count of facility-network rows updated at this location-network

Example response

{
  "tenantGroupLocationId": "tgl-123",
  "networkId": "net-456",
  "tenantGroupLocationNetworkId": "tgln-789",
  "tenantGroupLocationPractitionerNetworkId": "tglpn-012",
  "practitionerNetworkRowsUpdated": 3,
  "tenantGroupLocationFacilityNetworkId": "tglfn-345",
  "facilityNetworkRowsUpdated": 2
}