BarcodeRetriveResponse
Array [
code string
Barcode
format BarcodeFormat (string)
Barcode format. If not send, it will use default value.
Possible values: [Generic
, UPC-A
, UPC-E
, EAN-8
, EAN-13
, UPC-EAN
, Code-39
, Code-93
, Code-128
, Codebar
, ITF
, QRCode
, DataMatrix
, Aztec
, PDF417
, MaxiCode
, RSS-14
, RSS-Expanded
]
Default value:
Generic
]
BarcodeRetriveResponse
[
{
"code": "string",
"format": "Generic"
}
]