POST
/
subscription-measurements
/
batch
curl -X POST \
 /subscription-measurements/batch \
 --header "Content-Type: application/json" \
 --header "Authorization: Bearer <token>" \
 --data '[]'
"<any>"

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Body

The new MeasurementValue resource
values
any

Response

204
application/json
MeasurementValue resource created

The response is of type any.