PUT /rest/v1.0/schedule_integration
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 | Formatted for Microsoft Project, e.g. Smartsheet, OpenProject |
| XML | Primavera PMXML |
| PPX | Phoenix Project Manager |
| FTS | FastTrack Schedule |
| POD | ProjectLibre |
| GAN | GanttProject |
| PEP | TurboProject |
| PRX | Primavera P3 |
| STX | Primavera SureTrak |
| CDPX | ConceptDraw PROJECT |
| CDPZ | ConceptDraw PROJECT |
| SP | Synchro Scheduler |
| SEDF | USACE Standard Data Exchange Format |
| ZIP | Compressed file containing one of the supported file types |
Servers
- https://api.procore.com
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Procore-Company-Id |
Integer | Yes |
Unique company identifier associated with the Procore User Account. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
project_id |
Integer | Yes |
Unique identifier for the project. |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
schedule_integration |
Object | Yes | |
schedule_integration.upload_id |
String | No |
Upload ID |
schedule_integration.file_id |
String | No |
Prostore File ID (Preferably use upload_id instead) |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.