cURL
curl -X POST \ /subscription-measurements/batch \ --header "Content-Type: application/json" \ --header "Authorization: Bearer <token>" \ --data '[]'
"<any>"
Add a batch of subscription measurement. This could be a quantity changes, or a metered usages.
Value for the Authorization header parameter.
The new MeasurementValue resource
MeasurementValue resource created
The response is of type any.
any
Was this page helpful?