Subscription Measurement
Add a subscription measurement
POST
/
subscription-measurements
Authorizations
Authorization
string
headerrequiredValue for the Authorization header parameter.
Body
quantity
any
measuredAt
string
requiredThe date the value was measured. If none is given, the current date is used
subscription
string
The subscription id, or the subscription number. Only necessary if you provide only the measurement code.
subscriptionItem
string | null
Either the subscription item or the measurement code must be provided.
measurementCode
string | null
Either the subscription item or the measurement code must be provided. If the subscription contains multiple items with the same measurement (code), all their values will be updated.
Response
204 - application/json
The response is of type any
.
Was this page helpful?