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