---
title: "Update facility NPDB reports"
method: PUT
path: "/facility-credentialing-workflows/{workflowId}/npdb-reports"
tags: ["FacilityCredentialingWorkflow"]
---

# Update facility NPDB reports

`PUT /facility-credentialing-workflows/{workflowId}/npdb-reports`

Replace all NPDB reports for a facility credentialing workflow

## Path parameters

- `workflowId` string, required

## Headers

- `tenant-id` string, required

## Request body

- FacilityNpdbReportUpdateRequest[]
  - `reportDate` string, required — Report date
  - `processDate` string, required — Process date
  - `verifiedBy` string — User who verified the report
  - `data` unknown
  - `verifiedDate` string — Date when report was verified
  - `typeOfAction` string, required — Type of action
  - `createdDate` string — Created date
  - `deceased` string — Deceased status
  - `paymentAmount` string — Payment amount
  - `paymentDate` string — Payment date
  - `patientAge` string — Patient age
  - `patientGender` string — Patient gender
  - `patientType` string — Patient type
  - `medicalConditionDescription` string — Medical condition description
  - `procedureDescription` string — Procedure description
  - `allegationsDescription` string — Allegations description
  - `allegationNature` string — Nature of allegation
  - `specificAllegation` string — Specific allegation
  - `specificAllegationDate` string — Specific allegation date
  - `outcome` string — Outcome
  - `source` string, required — Source of the report
  - `reportType` string, required — Report type
  - `firstName` string — First name
  - `lastName` string — Last name
  - `middleName` string — Middle name
  - `gender` string — Gender
  - `npi` string — NPI
  - `homeAddress` string — Home address
  - `homeCity` string — Home city
  - `homeState` string — Home state
  - `homeZip` string — Home zip code
  - `dcn` string — DCN
  - `databankSubjectId` string — Databank subject ID
  - `enrollmentStatus` string — Enrollment status
  - `createdAt` string — The date the record was created
  - `createdBy` string — The user who created the record
  - `updatedAt` string — The date the record was last updated
  - `updatedBy` string — The user who last updated the record
  - `attachments` FacilityCredentialingWorkflowAttachment[] — Supporting documents for the report
    - `createdAt` string — The date the attachment was created
    - `fileType` string, required — Supporting Document File Type (i.e. Malpractice Insurance Policy, License, etc.)
    - `fileUrl` string, required — Supporting Document File URI in GCS
    - `originalFileName` string, required — Supporting Document Original File Name
    - `state` string — The state associated with the supporting document
    - `expirationDate` string — The expiration date of the supporting document
    - `source` string — The source of the supporting document
    - `createdBy` string — The user who created the record
    - `updatedAt` string — The date the attachment was last updated
    - `updatedBy` string — The user who last updated the record

## Response `200`

NPDB reports updated successfully

## Other responses

- `400` — Invalid request
- `404` — Workflow not found

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/3d27e9019c7b/schema)
