Read Customer Meter
Intent
Reads the customer meter without changing it.
When to call it
Call this after your application has received or stored the identifier for the customer meter.
Access boundary
Authorize the request with a token that carries customer_meters:read.
Successful result
A successful request returns 200. The response schema below defines the body your integration receives.
Authorizations
Path Parameters
Identifier of the customer meter.
Response
Request completed successfully
Object representing active customer meter, with current consumed and credited units.
The stable identifier for this record.
The time Ruba created this record.
The time this record last changed.
Unique identifier for the customer.
"992fae2a-2a17-4b7a-8d9e-e287cf90131b"
Unique identifier for the meter.
"d498a884-e2cd-4d3e-8002-f536468a8b22"
Count of consumed units.
25
Count of credited units.
100
Balance: Balance of the meter, i.e. the difference between credited and consumed units.
75
Customer: Customer associated with this meter.
- CustomerIndividual
- CustomerTeam
Meter: Meter associated with this customer.