Create RFQ Response
create_rfq_responseCreate a new response for a specified RFQ in Procore. Requires RFQ ID, project ID, contract ID, and response data.
Instructions
Create a new Response in a specified RFQ. Use this to create a new Commitments in Procore. Creates a new Commitments and returns the created object on success (HTTP 201). 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 |