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
Example request
{
"npi": "1234567890",
"npiParticipationDate": "2024-06-15"
}Response
Facility location-network NPI successfully updated
Example response
{
"tenantGroupLocationId": "tgl-123",
"networkId": "net-456",
"tenantGroupLocationNetworkId": "tgln-789",
"tenantGroupLocationFacilityNetworkId": "tglfn-012",
"facilityNetworkRowsUpdated": 1
}