Create a CMS Certification for an existing facility

Add a CMS Certification for the specified facility.

Request
path Parameters
facilityId
required
string <uuid>
Request Body schema: application/json
appliesTo
required
string
Enum: "SelfOnly" "SelfAndAllChildren" "Custom"
associatedFacilitySpecialtyIds
Array of strings <uuid>
certificationNumber
required
string non-empty

The Certification number.

object (FacilityCmsCertificationNonVerifiedInfoRequestModel)
Responses
201

Created

400

Bad Request

401

Unauthorized

403

Forbidden

500

Server Error

post/facilities/{facilityId}/info/cmsCertifications
Request samples
application/json
{
  • "appliesTo": "Custom",
  • "associatedFacilitySpecialtyIds": [
    ],
  • "certificationNumber": "string",
  • "nonVerifiedInfo": {
    }
}
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "lastUpdatedAt": "2019-08-24T14:15:22Z",
  • "appliesTo": "Custom",
  • "associatedFacilitySpecialtyIds": [
    ],
  • "certificationNumber": "string",
  • "nonVerifiedInfo": {
    }
}