Update an entitlement by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The idempotency key that will be used to ensure the request is only performed once
The company ID with the prefix 'cmp_'.
The resource ID
Whether the entitlement should be multiplied by the quantity selected
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 or ENUM)
OR, AND, ADD, MINIMUM, MAXIMUM, COALESCE The name of the entitlement
The possible values for the entitlement of enum type
OK
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
The type of the entitlement that can be BOOL, TEXT, NUMBER or ENUM