v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
Facility

Update accreditations for a facility (OV)

Replaces all accreditations for the given facility in the Operational View. Does not affect active credentialing workflow snapshots.

put/facilities/{id}/accreditations

Path parameters

idstring required

Facility ID

Headers

tenant-idstring

Request body

idstring

Optional client-side id

idNumberstring

Accreditation ID number

accreditationBodystring

Accrediting body

statusstring

Accreditation status

effectiveDatestring

Effective date (YYYY-MM-DD)

expirationDatestring

Expiration date (YYYY-MM-DD)

sourcestring

Source

actionstring

Set to delete for soft-delete

deletedAtstring

Soft-delete timestamp

deletedBystring

Soft-delete actor

createdAtstring

Created timestamp

createdBystring

Created by

updatedAtstring

Updated timestamp

updatedBystring

Updated by

verifiedDatestring

Verified date

verifiedBystring

Verified by

Example request

[
  {
    "accreditationBody": "Joint Commission",
    "status": "Active",
    "action": "delete"
  }
]

Response

Accreditations updated successfully