Sync Change Order Requests
sync_change_order_requestsCreate or update multiple change order requests in one batch, sending only the fields to change while preserving omitted fields. Returns the updated change order requests.
Instructions
This endpoint creates or updates a batch of Change Order Requests (COR). See Using Sync Actions for additional information. Send only the fields you intend to change; omitted fields keep their current values. Returns the modified change order request 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/change_order_requests/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 |