Sync Budget Line Items
sync_budget_line_itemsCreate or update multiple budget line items in a single Procore sync, returning the reconciled server-side state. Provides clear error codes for token expiration, missing permissions, or invalid IDs.
Instructions
Create or update multiple Budget Line Items. Reconciles budget line items against the payload you supply and returns the resulting server-side state. 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, budget_line_items. Procore API: Construction Financials > Budget. Endpoint: POST /rest/v1.0/budget_line_items/sync
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — unique identifier for the Procore project | |
| budget_line_items | Yes | JSON request body field — the budget line items for this Budget operation |