PUT
/
measurements
/
{measurementId}

Authorizations

Authorization
string
header
required

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

Path Parameters

measurementId
string
required

Body

application/json
accountId
string

The id of the account that the measurement is associated with

customerId
string

The id of the customer that the measurement is associated with

measurementPriceId
string
meterId
string

The id of the meter that the measurement is associated with

period
object

The period of the measurement

price
number
value
number

The value of the measurement

Required range: x > 0

Response

200 - application/json
measurement
object
required