cURL
curl -X POST \ /subscription-measurements \ --header "Content-Type: application/json" \ --header "Authorization: Bearer <token>" \ --data '{ "subscriptionItem": "1QEHKTJY9097X91J78YRJEA9E8", "measurementCode": "used_traffic" }'
"<any>"
Add a subscription measurement. This could be a quantity change, or a metered usage.
Value for the Authorization header parameter.
The new MeasurementValue resource
MeasurementValue resource created
The response is of type any.
any
Was this page helpful?