Upserts or removes a set of entitlement_overrides
for a subscription
depending on the action
specified. The API returns the upserted or deleted entitlement_overrides
after successfully completing the operation. The operation returns an error when the first entitlement_override
fails to be processed. Either all the entitlement_overrides
provided in the request are processed or none.
Sample Request
URL Format
Input Parameters
The action to perform for each entitlement_override specified in the entitlement_overrides array.
If the entitlement_override for the subscription_id, feature_id, and entity_id combination already exists, the value of the entitlement_override is updated. If it doesn't exist, a new entitlement_override is created.
Deletes the entitlement_override for the subscription_id, feature_id, and entity_id combination, if it exists.