Update RFQ
update_rfqUpdates a specific RFQ within a project and contract by modifying only supplied fields, returning the updated object.
Instructions
Update an RFQ in a specified Project and Contract. 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: id, project_id, contract_id, rfq. Procore API: Construction Financials > Commitments. Endpoint: PATCH /rest/v1.0/rfqs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | Yes | JSON request body field — the rfq for this Commitments operation |