RFQs
Update RFQ
Update an existing RFQ. Allows partial updates.
Path Parameter:
- rfq_id: Can be either UUID or document_id
Updatable fields:
- client_id
- pic_id
- requested_by_id
- requested_response_date
- planned_response_date
- ref_id
- attachment_link
- note
- status
PATCH
Update RFQ
Previous
Link or unlink a true-cost sheet on an RFQ line itemAttach a cost sheet to an RFQ line item (the persistent RFQ → True Cost link
that powers the RFQ → True Cost → Quotation flow), or unlink it.
**Path Parameters:**
- `rfq_id`: RFQ UUID or document_id
- `line_item_id`: the RFQ line item UUID
**Request body:**
```json
{ "cost_sheet_id": "<cost sheet UUID or document_id>" }
```
Pass `{"cost_sheet_id": null}` to unlink.
Next
Update RFQ