create_bid_package
Create a bid package in Procore to manage construction project bidding by setting due dates, instructions, and distribution lists for contractors.
Instructions
Create Bid Package. [Preconstruction/Bid Management] POST /rest/v1.0/projects/{project_id}/bid_packages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| accept_post_due_submissions | No | Accepts bid post due submissions | |
| bid_due_date | Yes | Due date | |
| bid_email_message | Yes | Bid package email information details | |
| bid_web_message | Yes | Bid package bidding instructions | |
| title | Yes | Bid package title | |
| accounting_method | No | Bid package accounting method, either 'amount' or 'unit' | |
| bid_submission_confirmation | No | Bid Package submission confirmation text | |
| anticipated_award_date | No | Anticipated award date | |
| number | No | Bid package number | |
| distribution_ids | No | Array of User IDs who will be on the bid package's distribution list | |
| blind_bidding | No | Blind bidding enabled | |
| pre_bid_walk_through_date | No | Scheduled pre-bid walkthrough date | |
| pre_bid_walk_through_notes | No | Pre-bid walkthrough notes | |
| enable_prebid_walkthrough | No | Pre-bid walkthrough enabled | |
| manager_id | No | Login Information ID for Manager | |
| require_nda | No | Require Non-Disclosure Agreement | |
| display_project_name | No | Display project name | |
| prostore_file_ids | No | Array of Procore File IDs for Non-Disclosure Agreement | |
| enable_public_discovery | No | Whether the bid package is discoverable by the public | |
| pre_bid_meeting_location | No | Location for the pre-bid meeting | |
| pre_bid_meeting_date | No | Date and time for the pre-bid meeting in UTC (ISO 8601 format) | |
| pre_bid_meeting_online_link | No | Online meeting link for the pre-bid meeting | |
| pre_bid_meeting_notes | No | Notes for the pre-bid meeting | |
| public_project_funding_source | No | Source of funding for the public project, either 'private' or 'public' | |
| show_location_for_nda_projects | No | Whether the location for the NDA project is shown | |
| public_bid_opening_details_date | No | Date and time for the public bid opening in UTC (ISO 8601 format) | |
| public_bid_opening_details_location | No | Location for the public bid opening | |
| public_bid_opening_details_online_link | No | Online link for the public bid opening | |
| trades_and_services | No | Array of trades and services | |
| business_classifications | No | Array of business classifications |