Sync Change Order Requests
sync_change_order_requestsBatch create or update change order requests for a project and contract.
Instructions
This endpoint creates or updates a batch of Change Order Requests (COR). 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/change_order_requests/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 |