Appearance
Get receipt QR-code ​
Description ​
The call is used to obtain generated QR-Code in your Box of Receipt with type="Pallet'
Calling ​
GET /receipt-box-qrcode/{boxId}
Get parameters ​
| Parameter Key Name | Description |
|---|---|
boxId | Box UUID |
Response ​
200 - Successful request ​
Binary image content
404 - Invalid request ​
json
{
"message": "Box not found"
}400 - Invalid request ​
json
{
"message": "QR codes only for pallet boxes"
}