Update RFQ Quote
update_rfq_quoteUpdate an existing quote in a request for quote (RFQ). Provide the RFQ ID, quote ID, project ID, contract ID, and quote fields to modify; only supplied fields are changed.
Instructions
Update a specified Quote in a specified RFQ. Use this to update an existing Commitments (only the supplied fields are changed). Updates the specified Commitments and returns the modified object on success. Required parameters: rfq_id, id, project_id, contract_id, rfq_quote. Procore API: Construction Financials > Commitments. Endpoint: PATCH /rest/v1.0/rfqs/{rfq_id}/quotes/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rfq_id | Yes | URL path parameter — unique identifier of the rfq | |
| id | Yes | URL path parameter — unique identifier of the Commitments resource | |
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| contract_id | Yes | JSON request body field — unique identifier of the contract | |
| rfq_quote | Yes | JSON request body field — the rfq quote for this Commitments operation |