Management API
...
Product
Features
Create Product Feature
4min
Creates a product feature, if requesting manager has access permissions to it.
URL: /api/v1/product-features/
Method: POST
- name - String
- code - String
- feature_type - String
- Choices: activation, consumption
- max_consumption - Integer
- allow_overages - Boolean
- max_overages - Integer
- reset_consumption - Boolean
- consumption_period - String
- Choices: daily, weekly, monthly, annually
- product - Integer
JSON
|
Code: 200 OK
Content Examples:
JSON
|


Updated 05 Sep 2023
Did this page help you?