create_bid
Submit a vendor bid for a specific bid package in Procore projects to manage preconstruction bidding processes.
Instructions
Create bid. [Preconstruction/Bid Management] POST /rest/v1.0/projects/{project_id}/bid_packages/{bid_package_id}/bids
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| bid_package_id | Yes | Bid Package ID | |
| vendor_id | Yes | Vendor responsible for bid | |
| lump_sum_amount | No | Lump sum (overall) amount | |
| bidder_comments | No | Comments | |
| is_bidder_committed | No | Bidder committed | |
| submitted | No | Vendor submitted Bid | |
| recipient_ids | No | Array of Login IDs to add as recipients |