Upload Schedule File
upload_schedule_file_v1_0_2Upload a schedule file to update an existing Schedule (Legacy) record in Procore. Requires project ID and file data.
Instructions
DEPRECATED: This endpoint is a duplicate of the PUT endpoint. It will be removed in a future version of the API. Use the PUT method instead. Upload a schedule file. #### Supported File Formats | Type | Source | |------|---------------------------------------------------------------| | MPP | Microsoft Project | | MPX | Microsoft Project, SureTrak | | XER... Use this to update an existing Schedule (Legacy) records (only the supplied fields are changed). Updates the specified Schedule (Legacy) records and returns the modified object on success. Required parameters: project_id, file. Procore API: Project Management > Schedule (Legacy). Endpoint: PATCH /rest/v1.0/schedule_integration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| file | Yes | JSON request body field — 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 ... |