Get a price plan
Get a price plan
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
50
Query Parameters
Optional version to get a specific version. Gets latest version if it is not provided. Possible values:
- LATEST - Get the latest version of the price plan, can be draft
- ACTIVE - Get the latest active version of the price plan
- NUMBER - Get the specific version of the price plans
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.