Update Bid Form
update_bid_formUpdate an existing bid form's details, such as title, proposal, or locking of unit and quantity fields for base bids and alternates, within a project's bid package.
Instructions
Update single Bid Form. Use this to update an existing Bid Management records (only the supplied fields are changed). Updates the specified Bid Management records and returns the modified object on success. Required parameters: project_id, bid_package_id, bid_form_id, title. Procore API (v1.1): Preconstruction > Bid Management. Endpoint: PATCH /rest/v1.1/projects/{project_id}/bid_packages/{bid_package_id}/bid_forms/{bid_form_id}
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 | |
| bid_form_id | Yes | URL path parameter — unique identifier of the bid form | |
| title | Yes | JSON request body field — bid Form Title | |
| proposal_id | No | JSON request body field — unique identifier of the proposal | |
| lock_unit_fields_base_bid | No | JSON request body field — lock unit fields for all base bid items | |
| lock_quantity_fields_base_bid | No | JSON request body field — lock quantity fields for all base bid items | |
| lock_unit_fields_alternates | No | JSON request body field — lock unit fields for all alternate items | |
| lock_quantity_fields_alternates | No | JSON request body field — lock quantity fields for all alternate items | |
| base_bid | No | JSON request body field — base Bids | |
| alternates | No | JSON request body field — alternate bids |