Create RFQ
create_rfqCreates a new RFQ in a specified project and contract using the Procore API. Requires project ID, contract ID, and RFQ details.
Instructions
Create a new RFQ in a specified Project and Contract. Use this to create a new Commitments in Procore. Creates a new Commitments and returns the created object on success (HTTP 201). Required parameters: project_id, contract_id, rfq. Procore API: Construction Financials > Commitments. Endpoint: POST /rest/v1.0/rfqs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | Yes | JSON request body field — the rfq for this Commitments operation |