Sync Potential Change Order Line Items
sync_potential_change_order_line_itemsCreate or update multiple potential change order line items in a single sync operation using project, change order ID, and updates.
Instructions
This endpoint creates or updates a batch of Potential Change Order Line Items. 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, potential_change_order_id, updates. Procore API: Construction Financials > Change Orders. Endpoint: PATCH /rest/v1.0/potential_change_orders/{potential_change_order_id}/line_items/sync
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| potential_change_order_id | Yes | URL path parameter — potential Change Order ID | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| updates | Yes | JSON request body field — the updates for this Change Orders operation |