create_delivery_log
Create delivery logs in Procore projects to document daily deliveries, track materials, and manage project documentation with optional attachments.
Instructions
Create Delivery Log. [Project Management/Daily Log] POST /rest/v1.0/projects/{project_id}/delivery_logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| delivery_log | Yes | delivery_log | |
| attachments | No | Delivery 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 toge... |