create_inspection_log
Create inspection logs in Procore projects to document daily site observations, attach relevant files, and maintain construction compliance records.
Instructions
Create Inspection Log. [Project Management/Daily Log] POST /rest/v1.0/projects/{project_id}/inspection_logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| inspection_log | Yes | inspection_log | |
| attachments | No | Inspection 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 to... |