latestOpenAPI 3.1.02026-08-194237902.5 MB

563848e0ecc0

Facility

Update location-network billing NPI and participation date for a facility location

Updates NPI and/or participation date on TenantGroupLocationNetwork and TenantGroupLocationFacilityNetwork for this facility at the specified location-network. At least one field must be provided.

put/facilities/{certifyFacilityId}/locations/{tenantGroupLocationId}/networks/{networkId}/npi-par-date

Path parameters

certifyFacilityIdstring required

Certify facility ID

networkIdstring required

Network ID

tenantGroupLocationIdstring required

Tenant group location 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

Facility location-network NPI successfully updated

tenantGroupLocationIdstring

Tenant group location ID

networkIdstring

Network ID

tenantGroupLocationNetworkIdstring

Updated TenantGroupLocationNetwork ID

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",
  "tenantGroupLocationFacilityNetworkId": "tglfn-012",
  "facilityNetworkRowsUpdated": 1
}