Bulk Updates For Daily Logs
bulk_updates_for_daily_logsUpdate multiple daily logs in one request, ideal for bulk status changes. Handles up to 300 logs per call, reducing repeated API requests.
Instructions
Updates multiple daily logs with single request. Currently only status update is available. 300 logs maximum is allowed per request. Prefer this over repeated single-record calls when handling many bulk updates at once. Pass the record's fields as top-level arguments — they are nested under "updates" in the request payload for you. project_id defaults to the value set by procore_set_config when omitted. Returns the modified bulk update on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id. Procore API: Project Management > Daily Log. Endpoint: PATCH /rest/v1.0/projects/{project_id}/daily_logs/bulk_updates/bulk_update
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| call_log | No | JSON request body field — array of Update Data for Log Type | |
| work_log | No | JSON request body field — array of Update Data for Log Type | |
| delay_log | No | JSON request body field — array of Update Data for Log Type | |
| notes_log | No | JSON request body field — array of Update Data for Log Type | |
| waste_log | No | JSON request body field — array of Update Data for Log Type | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| visitor_log | No | JSON request body field — array of Update Data for Log Type | |
| accident_log | No | JSON request body field — array of Update Data for Log Type | |
| delivery_log | No | JSON request body field — array of Update Data for Log Type | |
| dumpster_log | No | JSON request body field — array of Update Data for Log Type | |
| manpower_log | No | JSON request body field — array of Update Data for Log Type | |
| quantity_log | No | JSON request body field — array of Update Data for Log Type | |
| equipment_log | No | JSON request body field — array of Update Data for Log Type | |
| inspection_log | No | JSON request body field — array of Update Data for Log Type | |
| timecard_entry | No | JSON request body field — array of Update Data for Log Type | |
| productivity_log | No | JSON request body field — array of Update Data for Log Type | |
| plan_revision_log | No | JSON request body field — array of Update Data for Log Type | |
| safety_violation_log | No | JSON request body field — array of Update Data for Log Type | |
| daily_construction_report_log | No | JSON request body field — array of Update Data for Log Type |