create_accident_log
Create and document workplace accidents in Procore projects to maintain safety records and compliance requirements.
Instructions
Create Accident Log. [Project Management/Daily Log] POST /rest/v1.0/projects/{project_id}/accident_logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| accident_log | Yes | accident_log | |
| attachments | No | Accident 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. |