v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
FacilityCredentialingWorkflow

Update facility supporting documents using replace-all pattern

Update supporting documents for the specified facility credentialing workflow using replace-all pattern. Replaces the entire supporting documents array with the provided list (RESTful PUT semantics).

put/facility-credentialing-workflows/{workflowId}/supporting-documents

Path parameters

workflowIdstring required

Facility credentialing workflow ID

Headers

tenant-idstring required

Tenant ID

Request body

fileUrlstring required

URL of the supporting document file

fileTypestring required

Type of the supporting document

originalFileNamestring required

Original name of the uploaded file

createdAtstring

Date when the document was created

createdBystring

The user who created the record

statestring

The state associated with the supporting document

expirationDatestring

The expiration date of the supporting document

sourcestring

The source of the supporting document

Example request

[
  {
    "fileUrl": "facility-credentialing-workflows/fcw_123/supporting-documents/certificate.pdf-1729961373476",
    "fileType": "Facility License",
    "originalFileName": "facility_license.pdf",
    "createdAt": "2024-01-01",
    "createdBy": "user@example.com",
    "state": "CA",
    "expirationDate": "2024-01-01",
    "source": "Manual Upload"
  }
]

Response

Supporting documents updated successfully

object required