Create Potential Change Order Line Item
create_potential_change_order_line_itemCreates a line item for a potential change order in Procore. Automatically generates a budget line item for non-budgeted items.
Instructions
Create a Potential Change Order Line Item. Note: A budget line item will automatically be created for Non-budgeted line items for all new projects and for projects enabled with Non-Budgeted line item beta functionality. Use this to create a new Change Orders in Procore. Creates a new Change Orders and returns the created object on success (HTTP 201). Required parameters: potential_change_order_id, project_id, line_item. Procore API: Construction Financials > Change Orders. Endpoint: POST /rest/v1.0/potential_change_orders/{potential_change_order_id}/line_items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| potential_change_order_id | Yes | URL path parameter — potential Change Order ID | |
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| line_item | Yes | JSON request body field — the Line Item object |