Sync Prime Contract Line Items
sync_prime_contract_line_itemsUpdate existing prime contract line items by supplying only the fields to change. Requires prime contract ID, project ID, and updates object.
Instructions
Sync Prime Contract Line Items. Use this to update an existing Prime Contracts (only the supplied fields are changed). Updates the specified Prime Contracts and returns the modified object on success. 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 |
|---|---|---|---|
| prime_contract_id | Yes | URL path parameter — unique identifier of the prime contract | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| updates | Yes | JSON request body field — the updates for this Prime Contracts operation |