Create an Accreditation for an existing facility

Add an Accreditation 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>
accreditationAgencyId
required
string <uuid>

The identifier of the agency for this Accreditation.

accreditationProgramId
required
string <uuid>

The identifier of the agency's program for this Accreditation.

accreditationNumber
string

The Accreditation number.

object (FacilityAccreditationNonVerifiedInfoRequestModel)
Responses
201

Created

400

Bad Request

401

Unauthorized

403

Forbidden

500

Server Error

post/facilities/{facilityId}/info/accreditations
Request samples
application/json
{
  • "appliesTo": "Custom",
  • "associatedFacilitySpecialtyIds": [
    ],
  • "accreditationAgencyId": "b323d554-65f8-45db-beba-b934ab4556af",
  • "accreditationProgramId": "6aeb6d50-2a46-486c-8374-b5efee8873e5",
  • "accreditationNumber": "string",
  • "nonVerifiedInfo": {
    }
}
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "lastUpdatedAt": "2019-08-24T14:15:22Z",
  • "appliesTo": "Custom",
  • "associatedFacilitySpecialtyIds": [
    ],
  • "accreditationAgencyId": "b323d554-65f8-45db-beba-b934ab4556af",
  • "accreditationProgramId": "6aeb6d50-2a46-486c-8374-b5efee8873e5",
  • "accreditationNumber": "string",
  • "nonVerifiedInfo": {
    }
}