Sync Potential Change Orders
sync_potential_change_ordersSync a batch of Potential Change Orders (PCOs) by creating or updating them in Procore. Send only changed fields to update existing records or create new ones.
Instructions
This endpoint creates or updates a batch of Potential Change Orders (PCO). See Using Sync Actions for additional information. Send only the fields you intend to change; omitted fields keep their current values. Returns the modified potential change order 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: project_id, contract_id, updates. Procore API: Construction Financials > Change Orders. Endpoint: PATCH /rest/v1.0/potential_change_orders/sync
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | JSON request body field — the updates for this Change Orders operation | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| contract_id | Yes | Query string parameter — unique identifier of the contract |