create_weather_log
Log weather conditions for construction projects to document environmental factors affecting work progress and site conditions.
Instructions
Create Weather Log. [Project Management/Daily Log] POST /rest/v1.0/projects/{project_id}/weather_logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| weather_log | Yes | weather_log | |
| attachments | No | Weather 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. |