Create RFQ Response
create_rfq_responseCreate a new response for a specified RFQ in Procore. Use after resolving the parent RFQ ID to submit the response and receive its new ID.
Instructions
Create a new Response in a specified RFQ. rfq_id must identify an existing parent record — resolve it with the matching list tool first. Creates the RFQ response and returns it with its new id (HTTP 201); calling it again creates another record. 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, project_id, contract_id, rfq_response. Procore API: Construction Financials > Commitments. Endpoint: POST /rest/v1.0/rfqs/{rfq_id}/responses
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |