Change an existing facility's Accreditation

Change an existing Accreditation associated with the specified facility.

Request
path Parameters
facilityId
required
string <uuid>
id
required
string <uuid>
Request Body schema: application/json
appliesTo
string
Enum: "SelfOnly" "SelfAndAllChildren" "Custom"
associatedFacilitySpecialtyIds
Array of strings <uuid>
accreditationNumber
string
object (FacilityAccreditationNonVerifiedInfoPatchModel)
Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

patch/facilities/{facilityId}/info/accreditations/{id}
Request samples
application/json
{
  • "appliesTo": "Custom",
  • "associatedFacilitySpecialtyIds": [
    ],
  • "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": {
    }
}