# RfQ

Get one or all RfQ’s, delete, create or update one RfQ.


## Get all RfQs

 - [GET /rfqs](https://docs.luminovo.com/specs/bundled/rfq/getallrfqs.md): Returns all RfQ's in Luminovo.

## Create Rfq

 - [POST /rfqs](https://docs.luminovo.com/specs/bundled/rfq/createrfq.md): Create a new RfQ either for an existing or a new customer.

## Get RfQ status change history

 - [GET /rfqs/status-history](https://docs.luminovo.com/specs/bundled/rfq/getrfqstatushistory.md): Returns the history of status changes for all RfQs.

## Get Rfq

 - [GET /rfqs/{id}](https://docs.luminovo.com/specs/bundled/rfq/getrfq.md): Get one RfQ based on its ID.

## Delete RfQ

 - [DELETE /rfqs/{id}](https://docs.luminovo.com/specs/bundled/rfq/deleterfq.md): Delete an RfQ based on its ID.

## Update RfQ

 - [PATCH /rfqs/{id}](https://docs.luminovo.com/specs/bundled/rfq/updaterfq.md): Update an RfQ based on its ID.

