Update RFQ Response
update_rfq_responseUpdate an existing RFQ response by providing the RFQ ID, response ID, project ID, contract ID, and new response data. Modifies only supplied fields.
Instructions
Update a specified Response 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_response. Procore API: Construction Financials > Commitments. Endpoint: PATCH /rest/v1.0/rfqs/{rfq_id}/responses/{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_response | Yes | JSON request body field — the rfq response for this Commitments operation |