update_waste_log
Modify existing waste log entries in Procore projects to track material disposal and maintain accurate construction documentation.
Instructions
Update Waste Log. [Project Management/Daily Log] PATCH /rest/v1.0/projects/{project_id}/waste_logs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Waste Log ID | |
| waste_log | Yes | waste_log | |
| attachments | No | Waste Log Attachments are not viewable or used on web. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data togethe... |