RFQs
Link or unlink a true-cost sheet on an RFQ line item
Attach 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_idline_item_id: the RFQ line item UUID
Request body:
{ "cost_sheet_id": "<cost sheet UUID or document_id>" }
Pass {"cost_sheet_id": null} to unlink.
PATCH
Link or unlink a true-cost sheet on an RFQ line item
Previous
Transition RFQ statusTransition RFQ to a new status with validation and activity logging.
**Available transitions:**
- New → In Progress
- In Progress → Quote Sent
- Quote Sent → Accepted/Rejected
- Any → Expired (manual override)
**Request body:**
```json
{
"status": "In Progress",
"note": "Starting work on quote"
}
```
Next
Link or unlink a true-cost sheet on an RFQ line item