Sync Projects
sync_projectsBatch create or update Procore projects by submitting only the fields you intend to change, preserving existing values for omitted fields.
Instructions
Create or update a batch of projects. See Using Sync Actions for additional information. #### Country and State codes The country_code and state_code parameter values must conform to the ISO-3166 Alpha-2 specification. See Working with Country Codes for additional information. #### Recommendation Please be advised to not use the sync endpoint for bulk project creation due to potential performance bottlenecks. Send only the fields you intend to change; omitted fields keep their current values. Returns the modified project on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, updates. Procore API: Core > Portfolio. Endpoint: PATCH /rest/v1.0/projects/sync
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | JSON request body field — the updates for this Portfolio operation | |
| company_id | Yes | Query string parameter — unique identifier for the company. | |
| run_configurable_validations | No | Query string parameter — if true, validations are run for the corresponding Configurable Field Set. |