update_property_damage
Modify property damage records in Procore projects to track incident details, cost impacts, responsible parties, and custom field data for accurate documentation.
Instructions
Update Property Damage. [Project Management/Incidents] PATCH /rest/v1.0/projects/{project_id}/incidents/property_damages/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Property Damage ID | |
| incident_id | No | Incident ID | |
| description | No | Description of event in Rich Text format | |
| estimated_cost_impact | No | Estimated cost impact of the record | |
| affected_company_id | No | The ID of the Affected Company | |
| responsible_company_id | No | The ID of the Responsible Company | |
| managed_equipment_id | No | The ID of the Managed Equipment | |
| work_activity_id | No | The ID of the Work Activity | |
| 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 ... |