Create RFQ Quote
create_rfq_quoteCreate a new quote for a specified RFQ to generate a Commitment in Procore.
Instructions
Create a new Quote 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_quote. Procore API: Construction Financials > Commitments. Endpoint: POST /rest/v1.0/rfqs/{rfq_id}/quotes
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_quote | Yes | JSON request body field — the rfq quote for this Commitments operation |