Bulk Updates For Daily Logs
bulk_updates_for_daily_logsUpdate up to 300 daily log records across multiple log types with a single request. Modify status fields for accident, call, delay, delivery logs and more.
Instructions
Updates multiple daily logs with single request. Currently only status update is available. 300 logs maximum is allowed per request. Use this to update an existing Daily Log records (only the supplied fields are changed). Updates the specified Daily Log records and returns the modified object on success. 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 |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| accident_log | No | JSON request body field — array of Update Data for Log Type | |
| call_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 | |
| 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 | |
| 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 | |
| manpower_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 | |
| notes_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 | |
| productivity_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 | |
| safety_violation_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 | |
| visitor_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 | |
| work_log | No | JSON request body field — array of Update Data for Log Type |