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