initiate_schedule_import_v2_0
Import schedule files into Procore projects to manage construction timelines. Supports formats like MPP, XER, and XML for project scheduling.
Instructions
Initiate schedule import. [Project Management/Scheduling] PUT /rest/v2.0/companies/{company_id}/projects/{project_id}/schedules/{schedule_id}/import
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company | |
| project_id | Yes | Unique identifier for the project | |
| schedule_id | Yes | Unique identifier for the schedule | |
| locale | No | Optional. Locale for the import report (e.g. en, fr-FR, ja-JP). Determines the language of validation errors and warnings in the generated report. Must be the same locale used when fetching logs vi... | |
| file | Yes | Schedule file to import. Supported formats: MPD, MPP, MPX, MSPDI, PPX, XER, XML. |