create_witness_statement
Document witness accounts for project incidents by recording statements, attaching evidence, and managing incident reports in Procore.
Instructions
Create Witness Statement. [Project Management/Incidents] POST /rest/v1.0/projects/{project_id}/incidents/witness_statements
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| incident_id | Yes | The ID of the Incident | |
| statement | No | The account of the event by the witness in rich text form. | |
| date_received | No | Date that the Witness Statement was received. This assumes the dates provided are in the project timezone. | |
| witness_id | Yes | Witness ID | |
| upload_uuids | No | Array of uploaded file UUIDs. | |
| drawing_revision_ids | No | Drawing Revisions to attach to the response | |
| file_version_ids | No | File Versions to attach to the response | |
| form_ids | No | Forms to attach to the response | |
| image_ids | No | Images to attach to the response | |
| custom_field_%{custom_field_definition_id} | No | Value of the custom field. The data type of the value passed in corresponds with the data_type of the Custom Field Definition. For a lov_entry data_type the value passed in should be the ID of one ... | |
| recording | No | recording |