barcode #
A barcode object represents a detected 1-dimensional barcode in the meter. It always contains the following properties:
Example response #
{
"objects": [
{
"meter": {
"objects": {
"display": [],
"serialNumber": [],
"barcode": [
{
"index": 0,
"objectId": "o-aQxFf4B8",
"messages": [],
"confidence": "high",
"value": "23373001129639600",
"valueBeforeCorrection": "23373001129639600"
}
]
}
}
}
]
}
Example response from API version 2024-03-01 #
{
"objects": [
{
"meter": {
"objects": {
"display": [],
"serialNumber": [],
"barcode": [
{
"index": 0,
"objectId": "o-aQxFf4B8",
"messages": [],
"confidence": "high",
"value": "23373001129639600",
"valueBeforeCorrection": "23373001129639600"
}
],
"datamatrix": [],
"qrCode": []
}
}
}
]
}