Skip to main content
POST
Create meter read

Authorizations

x-api-key
string
header
required

VoltView API key

Path Parameters

meterId
string
required

UUID of the meter

Body

application/json
readValue
number
required

Meter reading value

readDate
string<date-time>
required

Date of the reading (ISO 8601)

readType
enum<string>
required

Type of reading

Available options:
ACTUAL,
ESTIMATED,
CUSTOMER
registerCode
enum<string>
required

Register code

Available options:
TOTAL,
DAY,
NIGHT,
PEAK,
OFF_PEAK
source
enum<string>
required

Source of the reading

Available options:
MANUAL,
INVOICE,
SMART_METER,
SUPPLIER_API
notes
string

Additional notes

Response

Meter read created successfully

id
string

Meter read identifier

meterId
string

Associated meter identifier

readValue
number

Meter reading value

readDate
string<date-time>

Date of the reading

readType
enum<string>

Type of reading

Available options:
ACTUAL,
ESTIMATED,
CUSTOMER
registerCode
enum<string>

Register code

Available options:
TOTAL,
DAY,
NIGHT,
PEAK,
OFF_PEAK
source
enum<string>

Source of the reading

Available options:
MANUAL,
INVOICE,
SMART_METER,
SUPPLIER_API
notes
string

Additional notes

createdAt
string<date-time>

Creation timestamp