POST /rest/v1.0/projects/{project_id}/bid_packages
Create a Bid Package.
Servers
- https://api.procore.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
project_id |
Integer | Yes |
Unique identifier for the project. |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Procore-Company-Id |
Integer | Yes |
Unique company identifier associated with the Procore User Account. |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
bid_package |
Object | Yes |
Bid Package Object |
bid_package.bid_email_message |
String | Yes |
Bid package email information details |
bid_package.enable_prebid_walkthrough |
Boolean | No |
Pre-bid walkthrough enabled |
bid_package.bid_due_date |
String | Yes |
Due date |
bid_package.blind_bidding |
Boolean | No |
Blind bidding enabled |
bid_package.bid_web_message |
String | Yes |
Bid package bidding instructions |
bid_package.public_bid_opening_details_location |
String | No |
Location for the public bid opening |
bid_package.business_classifications[] |
Array | No |
Array of business classifications |
bid_package.business_classifications[].classification_key |
String | No |
The unique key identifier for the business classification |
bid_package.business_classifications[].classification_abbreviation |
String | No |
The abbreviated form of the business classification |
bid_package.business_classifications[].classification_name |
String | No |
The full name of the business classification |
bid_package.pre_bid_walk_through_date |
String | No |
Scheduled pre-bid walkthrough date |
bid_package.bid_submission_confirmation |
String | No |
Bid Package submission confirmation text |
bid_package.enable_public_discovery |
Boolean | No |
Whether the bid package is discoverable by the public |
bid_package.anticipated_award_date |
String | No |
Anticipated award date |
bid_package.distribution_ids[] |
Array | No |
Array of User IDs who will be on the bid package's distribution list |
bid_package.display_project_name |
Boolean | No |
Display project name |
bid_package.pre_bid_walk_through_notes |
String | No |
Pre-bid walkthrough notes |
bid_package.trades_and_services[] |
Array | No |
Array of trades and services |
bid_package.trades_and_services[].trade_level |
String | No |
The level of the PCN trade classification |
bid_package.trades_and_services[].trade_key |
String | No |
The unique key identifier for the PCN trade |
bid_package.trades_and_services[].trade_path |
String | No |
The hierarchical path of the PCN trade |
bid_package.title |
String | Yes |
Bid package title |
bid_package.pre_bid_meeting_location |
String | No |
Location for the pre-bid meeting |
bid_package.manager_id |
Integer | No |
Login Information ID for Manager |
bid_package.public_bid_opening_details_online_link |
String | No |
Online link for the public bid opening |
bid_package.prostore_file_ids[] |
Array | No |
Array of Procore File IDs for Non-Disclosure Agreement |
bid_package.public_project_funding_source |
String | No |
Source of funding for the public project, either 'private' or 'public' |
bid_package.require_nda |
Boolean | No |
Require Non-Disclosure Agreement |
bid_package.number |
String | No |
Bid package number |
bid_package.accept_post_due_submissions |
Boolean | No |
Accepts bid post due submissions |
bid_package.pre_bid_meeting_date |
String | No |
Date and time for the pre-bid meeting in UTC (ISO 8601 format) |
bid_package.pre_bid_meeting_online_link |
String | No |
Online meeting link for the pre-bid meeting |
bid_package.show_location_for_nda_projects |
Boolean | No |
Whether the location for the NDA project is shown |
bid_package.accounting_method |
String | No |
Bid package accounting method, either 'amount' or 'unit' |
bid_package.pre_bid_meeting_notes |
String | No |
Notes for the pre-bid meeting |
bid_package.public_bid_opening_details_date |
String | No |
Date and time for the public bid opening in UTC (ISO 8601 format) |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.