v1

latestOpenAPI 3.0.3Apache 2.02026-07-13121230447.8 KB
Entitlements

Void a feature credits entry of a feature for an account

This API let’s you to void the feature credits entries of a feature for an account

post/accounts/{account_id}/features/{feature_id}/entries/{entry_id}/void

Path parameters

account_idstring required
Example:ACC00001

account_id corresponding to an account

feature_idstring required
Example:feat.fdjskl.sdkjl

feature_id corresponding to a feature

entry_idstring required
Example:purchase.21HbazIT3JQ.D90jC#1$PURCHASE

entryId corresponding to a particular entitlement/overage grant entry

Formats:

  1. If source of entry is an entitlement grant rate card in price plan: schedule_id#pricing_cycle_start_date$PRICE_PLAN
  2. If source of entry is an entitlement overage rate card in price plan: schedule_id#pricing_cycle_start_date$OVERAGE
  3. If source of entry is a purchase: purchase_id#int_index$PURCHASE

Response

Success response

successboolean required

Example response

{
  "success": true
}