Update RFQ Response
update_rfq_responseUpdate an existing RFQ response by sending only fields to change. Returns updated response or error status.
Instructions
Update a specified Response in a specified RFQ. Send only the fields you intend to change; omitted fields keep their current values. rfq_id, id must identify existing parent records — resolve them with the matching list tool first. Returns the modified RFQ response on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: rfq_id, id, project_id, contract_id, rfq_response. Procore API: Construction Financials > Commitments. Endpoint: PATCH /rest/v1.0/rfqs/{rfq_id}/responses/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Commitments resource | |
| rfq_id | Yes | URL path parameter — unique identifier of the rfq | |
| 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_response | Yes | JSON request body field — the rfq response for this Commitments operation |