GET /barcode/types
Skráðu allar supported barcode formats for generation, þar á meðal Code 128, Code 39, EAN-13, EAN-8, UPC-A, QR Code, Data Matrix, og fleira. Use this to uppgötvaðu which barcode types are available and their characteristics before generating barcodes. Gagnlegt fyrir inventory management forrit and shipping label generators that need to select the right barcode format.
curl https://nordapi.ee/api/v1/barcode/types
{
"data": {
"code128": "Code 128",
"code39": "Code 39",
"datamatrix": "Data Matrix",
"ean13": "EAN-13",
"ean8": "EAN-8",
"pdf417": "PDF417",
"qr": "QR Code",
"upca": "UPC-A"
},
"success": true
}