create_quantity_log
Log material quantities for construction projects in Procore to track inventory, manage resources, and maintain accurate project records.
Instructions
Create Quantity Log. [Project Management/Daily Log] POST /rest/v1.0/projects/{project_id}/quantity_logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| 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. |