POST
/
entitlement
/
feature-assignments

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Body

Assign a feature

feature
string | null
required

The feature which should be assigned. Can be in any state.

object
enum<string>
required

The object to which the feature should be assigned

Available options:
product-price,
product
objectId
string
required

The ID of the object to which the feature should be assigned

value
string | null
required

The value of the feature assignment

applyToExistingSubscriptions
boolean

Whether the new entitlement should be applied to existing subscriptions using this product or price.

validFrom
string | null

The date from which the feature assignment is valid

validUntil
string | null

The date until which the feature assignment is valid

Response

201 - application/json

Get feature assignments

feature
object

The feature that is assigned

id
string

The ID of the feature assignment

name
string

The full readable name of the feature assignment

object
enum<string>

The object to which the feature is assigned

Available options:
product-price,
product
objectId
string

The ID of the object to which the feature is assigned

validFrom
string | null

The date from which the feature assignment is valid. In the given time range it will be applied to new subscriptions.

validUntil
string | null

The date until which the feature assignment is valid. In the given time range it will be applied to new subscriptions.

value
string | null

The value of the feature assignment