v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
FacilityCredentialingWorkflow

Update facility app verifications

Replace all app verifications for a facility credentialing workflow

put/facility-credentialing-workflows/{workflowId}/app-verifications

Path parameters

workflowIdstring required

Headers

tenant-idstring required

Request body

verificationTypestring required

The type of verification

explanationstring required

The explanation for the verification

sourcestring required

The source of the verification

createdAtstring

The date the record was created

createdBystring

The user who created the record

updatedAtstring

The date the record was last updated

updatedBystring

The user who last updated the record

verifiedDatestring

The date the verification was verified

verifiedBystring

The user who verified the verification

Example request

[
  {
    "verificationType": "Background Check",
    "explanation": "Verified background check completed",
    "source": "Verification Service",
    "createdAt": "2024-01-01",
    "createdBy": "user@example.com",
    "updatedAt": "2024-01-01",
    "updatedBy": "user@example.com",
    "attachments": [
      {
        "createdAt": "2024-01-15T10:30:00Z",
        "fileType": "License",
        "fileUrl": "gs://bucket/facility-credentialing-workflow/attachments/file.pdf",
        "originalFileName": "license.pdf",
        "state": "CA",
        "expirationDate": "2025-12-31",
        "source": "CAQH",
        "createdBy": "user@example.com",
        "updatedAt": "2024-02-15T14:20:00Z",
        "updatedBy": "admin@example.com"
      }
    ],
    "verifiedDate": "2024-01-01",
    "verifiedBy": "verifier@example.com"
  }
]

Response

App verifications updated successfully