Upload Schedule File
upload_schedule_file_v1_0Upload a schedule file to update an existing Schedule (Legacy) record in Procore. Accepts MPP, MPX, XER, PP, and XML formats.
Instructions
Upload a schedule file. #### Supported File Formats | Type | Source | |------|---------------------------------------------------------------| | MPP | Microsoft Project | | MPX | Microsoft Project, SureTrak | | XER | Primavera P6, Primavera Contractor | | PP | Asta Powerproject, Asta Easyplan | | XML... 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: PUT /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 ... |