Create Bid
create_bidCreate a bid for a bid package in Procore, specifying vendor and optional amounts or comments. Requires project, bid package, and vendor IDs.
Instructions
Create a Bid within a Bid Package. To submit a bid in Bid Management 2.0, a bid form must exist since the bid will be submitted against the bid form. Use this to create a new Bid Management records in Procore. Creates a new Bid Management records and returns the created object on success (HTTP 201). Required parameters: project_id, bid_package_id, vendor_id. Procore API: Preconstruction > Bid Management. Endpoint: POST /rest/v1.0/projects/{project_id}/bid_packages/{bid_package_id}/bids
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| bid_package_id | Yes | URL path parameter — unique identifier of the bid package | |
| vendor_id | Yes | JSON request body field — vendor responsible for bid | |
| lump_sum_amount | No | JSON request body field — lump sum (overall) amount | |
| bidder_comments | No | JSON request body field — comments | |
| is_bidder_committed | No | JSON request body field — bidder committed | |
| submitted | No | JSON request body field — vendor submitted Bid | |
| recipient_ids | No | JSON request body field — array of Login IDs to add as recipients |