v1
latestOpenAPI 3.1.02026-08-063776831.4 MBFacility
Add a specialty to a facility
Adds a new specialty to an existing facility. Optionally cascades into facility location, group, group-location, and group-network specialty levels.
post/facilities/{id}/specialties
Path parameters
idstring required
Facility ID
Headers
tenant-idstring
Request body
Example request
{
"tenantSpecialtyId": "ts_123456",
"facilitySpecialtyEffectiveDate": "2024-01-01",
"facilitySpecialtyIsPrimary": true,
"certifyLocationId": "loc_123456",
"facilityLocationSpecialtyEffectiveDate": "2024-01-01",
"facilityLocationSpecialtyIsPrimary": true,
"certifyGroupId": "grp_123456",
"certifyNetworkId": "net_123456"
}Response
Facility specialty successfully created