upload_schedule_file_v1_0_2
Upload schedule files to Procore projects to update project timelines and manage construction schedules through API integration.
Instructions
Upload schedule file. [Project Management/Schedule (Legacy)] PATCH /rest/v1.0/schedule_integration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| file | Yes | File to use as file data. Note that it's only possible to post a file using a multipart/form-data body (see RFC 2388). Most HTTP libraries will do the right thing when you pass in an open file ... |