PATCH /rest/v1.0/projects/{project_id}/bid_packages/{id}

Update a Bid Package.

Servers

Path parameters

Name Type Required Description
id Integer Yes

ID

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.prostore_file_ids[] Array No

Array of Procore File IDs for Non-Disclosure Agreement

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.require_nda Boolean No

Require Non-Disclosure Agreement

bid_package.bid_due_date String Yes

Due date

bid_package.number String No

Bid package number

bid_package.blind_bidding Boolean No

Blind bidding enabled

bid_package.accept_post_due_submissions Boolean No

Accepts bid post due submissions

bid_package.bid_web_message String Yes

Bid package bidding instructions

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.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.accounting_method String No

Bid package accounting method, either 'amount' or 'unit'

bid_package.title String Yes

Bid package title

bid_package.manager_id Integer No

Login Information ID for Manager

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.