POST
/
measurements

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
accountId
string
required

The id of the account that the measurement is associated with

customerId
string
required

The id of the customer that the measurement is associated with

meterId
string
required

The id of the meter that the measurement is associated with

period
object
required

The period of the measurement

value
number
required

The value of the measurement

Required range: x > 0
measurementPriceId
string
price
number

Response

200 - application/json
measurement
object
required