Update A Bid From A Bid Package
update_a_bid_from_a_bid_packageUpdate specific fields of an existing bid in a Procore bid package. Modify amount, comments, status, or attachments and receive the updated bid object.
Instructions
Update a Bid from a Bid Package. 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, id. Procore API (v1.1): Preconstruction > Bid Management. Endpoint: PATCH /rest/v1.1/projects/{project_id}/bid_packages/{bid_package_id}/bids/{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 | |
| id | Yes | URL path parameter — unique identifier of the Bid Management resource | |
| lump_sum_amount | No | JSON request body field — lump sum (overall) amount | |
| bidder_comments | No | JSON request body field — comments | |
| bidder_inclusion | No | JSON request body field — inclusions | |
| bidder_exclusion | No | JSON request body field — exclusions | |
| bid_status | No | JSON request body field — this status is combination of the `invitation_last_sent_at`, `is_bidder_committed`, `submitted`, & `awarded` values. The `not_invited` status is the same as `invitation_last_sent_at` being null, ... | |
| is_bidder_committed | No | JSON request body field — bidder committed | |
| submitted | No | JSON request body field — vendor submitted Bid | |
| show_bid_in_estimating | No | JSON request body field — show bid in Estimating | |
| prostore_file_ids | No | JSON request body field — array of Prostore File IDs for attachments | |
| recipient_ids | No | JSON request body field — array of Login IDs to add as recipients | |
| bid_items | No | JSON request body field — bid Items for a Bid | |
| bid_items_to_delete | No | JSON request body field — iDs of Bid Items that need to be deleted |