RFQs
Get RFQ by ID
Retrieve a single RFQ by its UUID or document_id.
Path Parameter:
- rfq_id: Can be either UUID or document_id (e.g., ‘vin-RFQ-0001’)
Returns full RFQ details including all line items.
GET
Get RFQ by ID
Previous
Delete an RFQDelete an RFQ and all its associated line items.
**Path Parameter:**
- `rfq_id`: Can be either:
- UUID (e.g., `620f45f6-8857-4757-8d69-ec789c86d135`)
- Document ID (e.g., `vin-RFQ-0001`)
**Examples:**
- `DELETE /rfqs/620f45f6-8857-4757-8d69-ec789c86d135`
- `DELETE /rfqs/vin-RFQ-0001`
Next
Get RFQ by ID