POST
/
subscription-items
/
{subscriptionItemId}
/
entitlements

Authorizations

Authorization
string
headerrequired

Value for the Authorization header parameter.

Path Parameters

subscriptionItemId
string
required

Entitlement identifier

Body

feature
string | null
required

The feature which should be assigned. Must be in "active" state.

value
string | null
required

The value of the feature

validFrom
string | null

The date from which the feature is valid

validUntil
string | null

The date until which the feature is valid

Response

201 - application/json

Get all entitlements of a subscription

id
string
subscriptionItem
object | null
feature
object | null
value
string

The value of the entitlement. Can be a boolean (switch), a string (custom), a number (quantity) or a custom number (range).

validFrom
string | null

The date from which the entitlement is valid

validUntil
string | null

The date until which the entitlement is valid

active
boolean