Update A Bid Within A Company
update_a_bid_within_a_companyUpdate a bid record within a company by providing the bid ID and company ID. Only specified fields are changed, and the modified bid object is returned.
Instructions
Update a Bid within a Company. 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: id, company_id. Procore API: Preconstruction > Bid Management. Endpoint: PATCH /rest/v1.0/companies/{company_id}/bids/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Bid Management resource | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| attachments_attributes | No | JSON request body field — attachments_attributes | |
| bidder_comments | No | JSON request body field — comments | |
| bidder_exclusion | No | JSON request body field — exclusions | |
| bidder_id | No | JSON request body field — unique identifier of the bidder | |
| bidder_inclusion | No | JSON request body field — inclusions | |
| bid_items_attributes | No | JSON request body field — bid_items_attributes | |
| is_bidder_committed | No | JSON request body field — bidder committed | |
| lump_sum_amount | No | JSON request body field — lump sum (overall) amount | |
| submitted | No | JSON request body field — vendor submitted Bid | |
| uploads | No | JSON request body field — the uploads for this Bid Management operation | |
| bid_items_to_delete | No | JSON request body field — iDs of Bid Items that need to be deleted |