expectedDisplayType #
The expectedDisplayType
is a value present in meter objects in the
returned JSON response only when the
displayType
has been specified in the request.
When the display type has been specified in the request, the response will
simply contain the same value.
Example response #
{
"objects": [
{
"meter": {
"expectedDisplayType": "analog",
"objects": {
"display": [
{},
{}
],
"serialNumber": [
{}
],
"barcode": []
}
}
}
]
}
Example response from API version 2024-03-01 #
{
"objects": [
{
"meter": {
"expectedDisplayType": "analog",
"objects": {
"display": [
{},
{}
],
"serialNumber": [
{}
],
"barcode": [],
"datamatrix": [],
"qrCode": []
}
}
}
]
}