Create License Product Feature

Creates a license product feature, if requesting manager has access permissions to it.

Endpoint: /api/v1/license-product-features/

Method: POST

Parameters

  • license - Integer

  • product_feature - Integer

  • max_consumption - Integer

  • allow_overages - Boolean

  • consumption_period - String

    • Choices: daily, weekly, monthly, annualy

  • reset_consumption - Boolean

  • allow_unlimited_consumptions - Boolean

  • metadata - JSON

  • expiry_date - Date

    • Format: yyyy-mm-dd (2020-09-30)

  • floating_timeout - Integer

  • is_floating - Boolean

  • is_floating_cloud - Boolean

  • floating_users - Integer

  • allow_negative_consumptions - Boolean

Data Example

Success Response

Code: 201 OK

Content example:

Was this helpful?