Barcodes
The following routes are available for generate and reservation barcodes:
GET /ExportBarcodes.php
Documentation ExportBarcodes.php
Url with params
ExportBarcodes.php?user=user&password=password&itemnr=35509&branchnr=5&quantity=1&eventnr=20476
- body: none
- query:
- user: string
- password: string
- branchId: string
- itemnr: string
- quantity (optional): string
- eventnr (optional): string
- response:
Get barcodes
{
"success": true,
"status": 0,
"data": {
"reservedbarcodes": [
"6127439193265"
]
}
}