Update Property Damage
update_property_damageUpdate an existing property damage record in Procore incidents. Modify fields such as description, cost impact, or responsible company.
Instructions
Updates the specified Property Damage record. Use this to update an existing Incidents (only the supplied fields are changed). Updates the specified Incidents and returns the modified object on success. Required parameters: project_id, id. Procore API: Project Management > Incidents. Endpoint: PATCH /rest/v1.0/projects/{project_id}/incidents/property_damages/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Incidents resource | |
| incident_id | No | Query string parameter — unique identifier of the incident | |
| description | No | JSON request body field — description of event in Rich Text format | |
| estimated_cost_impact | No | JSON request body field — estimated cost impact of the record | |
| affected_company_id | No | JSON request body field — the ID of the Affected Company | |
| responsible_company_id | No | JSON request body field — the ID of the Responsible Company | |
| managed_equipment_id | No | JSON request body field — the ID of the Managed Equipment | |
| work_activity_id | No | JSON request body field — the ID of the Work Activity | |
| custom_field_%{custom_field_definition_id} | No | JSON request body field — 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 ... |