Sync Prime Contract Line Items
sync_prime_contract_line_itemsUpdate existing prime contract line items in Procore with partial updates. Send only changed fields; omitted fields keep current values.
Instructions
Updates an existing prime contract line item in Procore. Send only the fields you intend to change; omitted fields keep their current values. prime_contract_id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified prime contract line item 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: prime_contract_id, project_id, updates. Procore API: Construction Financials > Prime Contracts. Endpoint: PATCH /rest/v1.0/prime_contracts/{prime_contract_id}/line_items/sync
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | JSON request body field — the updates for this Prime Contracts operation | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| prime_contract_id | Yes | URL path parameter — unique identifier of the prime contract |