create_delay_log
Log project delays in Procore by creating delay log entries with attachments to document and track schedule impacts for project management.
Instructions
Create Delay Log. [Project Management/Daily Log] POST /rest/v1.0/projects/{project_id}/delay_logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| run_configurable_validations | No | If true, validations are run for the corresponding Configurable Field Set. | |
| delay_log | Yes | delay_log | |
| attachments | No | Attachments pertaining the Log. 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[]` ... |