Update a price plan
Update a price plan
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
50
Body
Request to update a price plan
Description of price plan
255
Represents configurations related to pricing cycle
List of currencies supported by the price plan
Response
Request to create a price plan
Name of the price plan
50
Type of price plan
BILLING
, PURCHASE
List of currencies supported by the price plan
50
50
DRAFT
, ACTIVE
Description of price plan
255
Represents configurations related to pricing cycle
This option can be enabled while creating a price plan to opt for deferred revenue finalization. i.e, Togai will assume that the price plan may change any time during the pricing cycle and thereby does not compute the revenue in near-real time. This gives the flexibility of editing rate cards in price plan from beginning of the pricing cycle. Enabling this mode comes with the following limitations.
- Following rate cards are not supported under a
deferredRevenue
plan- creditGrantRateCards,
- billingEntitlementRateCards,
- entitlementOverageRateCards,
- IN_ADVANCE fixedFeeRateCards,
- IN_ADVANCE licenseRateCards
- Metrics API return revenue metrics only after the grace period of the account's pricing cycle (i.e, only once the invoice becomes DUE)
Allow changes to price plan from the beginning of the ongoing cycle.