update_incident
Modify incident details in Procore projects to update information like status, assignees, descriptions, attachments, and related records for safety and compliance tracking.
Instructions
Update Incident. [Project Management/Incidents] PATCH /rest/v1.0/projects/{project_id}/incidents/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Incident ID | |
| run_configurable_validations | No | Whether or not Configurable validations from the Incident/Injury Configurable Field Set should be run (default: false). See (https://developers.procore.com/reference/configurable-field-sets#list-pr... | |
| description | No | Description of the Incident | |
| event_date | No | Iso8601 datetime of Incident occurrence. If time is unknown, send in the date at 0:00 project time converted to UTC. | |
| type_id | No | The ID of the Incident Type. Defaults to the company's General type if not provided. The type must be active. | |
| custom_status_id | No | The ID of the Custom Status. Mutually exclusive with the status field — setting one sets the other. Not updatable if the Incident has a workflows instance. | |
| assignee_ids | No | An array of Login Information IDs to assign to the Incident. Assignees gain visibility into the Incident and its related records. Not updatable if the Incident has a workflows instance. | |
| distribution_member_ids | No | An Array of the IDs of the Distribution Members (Not updatable if an incident has a workflows instance) | |
| private | No | Indicates whether an Incident is private | |
| recordable | No | Indicates whether an Incident is recordable | |
| status | No | Status (Not updatable if an incident has a workflows instance) | |
| time_unknown | No | Indicates that the time of the Incident occurrence is unknown | |
| title | No | Incident Title | |
| contributing_behavior_id | No | The ID of a Contributing Behavior | |
| contributing_condition_id | No | The ID of a Contributing Condition | |
| hazard_id | No | The ID of a Hazard | |
| location_id | No | The ID of a Location | |
| environmentals | No | Associated Environmentals to create | |
| injuries | No | Associated Injuries to create | |
| near_misses | No | Associated Near Misses to create | |
| property_damages | No | Associated Property Damages to create | |
| witness_statements_attributes | No | Associated Witness Statement to create | |
| upload_uuids | No | Array of uploaded file UUIDs. | |
| 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 ... | |
| 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 |