Measurements
Create Measurement
Create a new Measurement.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The id of the account that the measurement is associated with
The id of the customer that the measurement is associated with
The id of the meter that the measurement is associated with
The period of the measurement
The value of the measurement
Required range:
x > 0
Response
200 - application/json