v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
FacilityCredentialingWorkflow

Update facility sanctions

Replace all sanctions for a facility credentialing workflow

put/facility-credentialing-workflows/{workflowId}/sanctions

Path parameters

workflowIdstring required

Headers

tenant-idstring required

Request body

dateOfReportstring required

Date of the sanction report

sanctionTypestring required

Type of sanction

typeOfActionstring required

Type of action taken

datastring

Additional data about the sanction

flaggedDatestring required

The date the sanction was flagged

sourcestring required

The source of the sanction

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 sanction was verified

verifiedBystring

The user who verified the sanction

Example request

[
  {
    "dateOfReport": "2024-01-01",
    "sanctionType": "License Suspension",
    "typeOfAction": "Disciplinary Action",
    "data": "Details of the sanction",
    "flaggedDate": "2024-01-15",
    "source": "State Board",
    "createdAt": "2024-01-01",
    "createdBy": "user@example.com",
    "updatedAt": "2024-06-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-15",
    "verifiedBy": "verifier@example.com"
  }
]

Response

Sanctions updated successfully