update_quantity_log
Modify quantity log entries in Procore projects to track material usage, update measurements, and attach supporting documentation for construction management.
Instructions
Update Quantity Log. [Project Management/Daily Log] PATCH /rest/v1.0/projects/{project_id}/quantity_logs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Quantity Log ID | |
| quantity_log | Yes | quantity_log | |
| attachments | No | Quantity Log Attachments. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `attachments[]` as files. |