CustomerMeter

March 27, 2026 ยท View on GitHub

An active customer meter, with current consumed and credited units.

Fields

FieldTypeRequiredDescriptionExample
idstr:heavy_check_mark:The ID of the object.
created_atdate:heavy_check_mark:Creation timestamp of the object.
modified_atdate:heavy_check_mark:Last modification timestamp of the object.
customer_idstr:heavy_check_mark:The ID of the customer.992fae2a-2a17-4b7a-8d9e-e287cf90131b
meter_idstr:heavy_check_mark:The ID of the meter.d498a884-e2cd-4d3e-8002-f536468a8b22
consumed_unitsfloat:heavy_check_mark:The number of consumed units.25
credited_unitsint:heavy_check_mark:The number of credited units.100
balancefloat:heavy_check_mark:The balance of the meter, i.e. the difference between credited and consumed units.75
customermodels.Customer:heavy_check_mark:N/A
metermodels.Meter:heavy_check_mark:N/A