Sync Potential Change Orders
sync_potential_change_ordersSynchronize Potential Change Orders for a project contract by creating or updating multiple records in one request.
Instructions
This endpoint creates or updates a batch of Potential Change Orders (PCO). See Using Sync Actions for additional information. Use this to update an existing Change Orders (only the supplied fields are changed). Updates the specified Change Orders and returns the modified object on success. 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 |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| contract_id | Yes | Query string parameter — unique identifier of the contract | |
| updates | Yes | JSON request body field — the updates for this Change Orders operation |