Update RFQ
update_rfqUpdate an RFQ in a project and contract by sending only changed fields; returns the updated RFQ.
Instructions
Update an RFQ in a specified Project and Contract. Send only the fields you intend to change; omitted fields keep their current values. id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified RFQ 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: id, project_id, contract_id, rfq. Procore API: Construction Financials > Commitments. Endpoint: PATCH /rest/v1.0/rfqs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Commitments resource | |
| rfq | Yes | JSON request body field — the rfq for this Commitments operation | |
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| contract_id | Yes | JSON request body field — unique identifier of the contract |