latestOpenAPI 3.1.02026-08-194237902.5 MB

563848e0ecc0

FacilityCredentialingWorkflow

Update the credentialing cycle on a facility workflow

Sets the credentialing cycle for the specified facility credentialing workflow. Valid values are INITIAL (the facility's first credentialing) and RECREDENTIALING (a subsequent periodic review). When to use: Set to INITIAL when the facility is being credentialed for the first time; change to RECREDENTIALING when the workflow represents a renewal cycle. Side effects: Idempotency: Setting the same cycle value again is a no-op. Returns: 200 OK.

patch/facility-credentialing-workflows/{workflowId}/credentialing-cycle

Path parameters

workflowIdstring required

ID of the facility credentialing workflow

Headers

tenant-idstring required

Tenant ID

Request body

credentialingCycle'INITIAL' | 'RECREDENTIALING' required
reasonstring

Reason for the credentialing cycle change

Example request

{
  "reason": "Updated per request"
}

Response

Successfully updated the credentialing cycle

object required