expectedMeterCategory

expectedMeterCategory #

The expectedMeterCategory is a value present in meter objects in the returned JSON response only when the meterCategory has been specified in the request. When the meter category has been specified in the request, the response will simply contain the same value.

Example response #

{
    "objects": [
        {
            "meter": {
                "expectedMeterCategory": "gas",
                "objects": {
                    "display": [
                        {},
                        {}
                    ],
                    "serialNumber": [
                        {}
                    ],
                    "barcode": []
                }
            }
        }
    ]
}