POST
/
subscription-measurements
curl -X POST \
 /subscription-measurements \
 --header "Content-Type: application/json" \
 --header "Authorization: Bearer <token>" \
 --data '{
    "subscriptionItem": "1QEHKTJY9097X91J78YRJEA9E8",
    "measurementCode": "used_traffic"
}'
"<any>"

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Body

The new MeasurementValue resource

Response

204
application/json

MeasurementValue resource created

The response is of type any.