update_delivery_log
Modify delivery log entries in Procore projects to track material or equipment deliveries, update status, and attach documentation for project management.
Instructions
Update Delivery Log. [Project Management/Daily Log] PATCH /rest/v1.0/projects/{project_id}/delivery_logs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Delivery Log ID | |
| delivery_log | Yes | delivery_log | |
| attachments | No | 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 together with `at... |