Create Entitlement
Create an entitlement with given parameters
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The idempotency key that will be used to ensure the request is only performed once
Path Parameters
The company ID with the prefix 'cmp_'.
Body
The aggregator type of the entitlement in case a customer has different values for different subscriptions. This can be one of OR, AND (for BOOL), ADD, MINIMUM, MAXIMUM (for NUMBER), COALESCE (for TEXT, ENUM, or MULTI_ENUM)
OR, AND, ADD, MINIMUM, MAXIMUM, COALESCE A unique key for the entitlement without spaces, unicode or special characters eg. test-feature-1
The name of the entitlement
The type of the entitlement that can be one of boolean, text, number, enum, or multi_enum.
BOOL, NUMBER, TEXT, ENUM, MULTI_ENUM The possible values for the entitlement of enum or multi_enum type
Response
Created
The aggregator type of the entitlement
The ID of the entitlement
The key of the entitlement
The name of the entitlement
The possible values of the entitlement if the type is ENUM or MULTI_ENUM
The type of the entitlement that can be BOOL, TEXT, NUMBER, ENUM, or MULTI_ENUM

