upload_schedule_file_v1_0
Upload schedule files to Procore projects for schedule integration and project management.
Instructions
Upload schedule file. [Project Management/Schedule (Legacy)] PUT /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 ... |