expectedSerialNumber

expectedSerialNumber #

The expectedSerialNumber is a value present in serial number objects in the returned JSON response only when the serialNumber has been specified in the request. When the serialNumber has been specified in the request, expectedSerialNumber will contain the (single) expected serial number to which the read serial number matches the best.

Example response #

{
    "objects": [
        {
            "meter": {
                "objects": {
                    "display": [
                        {},
                        {}
                    ],
                    "serialNumber": [
                        {
                            "expectedSerialNumber": "AC422808"
                        }
                    ],
                    "barcode": []
                }
            }
        }
    ]
}