Add feature consumption
Request body
{
"product": "string (optional)",
"feature": "string (optional)",
"consumptions": "string (optional)"
}Success response
Example request
curl -X POST 'http://localhost:8080/api/v4/add_feature_consumption' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-d '{"product":"<product-code>","feature":"<feature-code>","consumptions":"2"}'Last updated
Was this helpful?