POST
/
subscription-items
/
{subscriptionItemId}
/
entitlements

Authorizations

Authorization
string
header
required

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

active
boolean
feature
object | null
id
string
subscriptionItem
object | null
validFrom
string | null

The date from which the entitlement is valid

validUntil
string | null

The date until which the entitlement is valid

value
string

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