[]
Gets the barcode image according to the specified request.
[HttpGet]
[Route("api/barcode")]
public virtual IActionResult Get(BarCodeRequest re)
| Type | Name | Description |
|---|---|---|
| BarCodeRequest | re | The request parameters |
| Type | Description |
|---|---|
| IActionResult | The barcode image |