Price Experimentation
Calculate and return the revenue for a existing or new price plan
Calculate and return the revenue for a existing or new price plan
POST
/
revenue_calculator
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Request to get revenue details
currencyConfig
object
requiredConfiguration for getting the currency
pricePlanDetailsConfig
object
requiredConfiguration for getting the usage rate card
usageConfig
object
requiredConfiguration for getting the usage
licenseEntriesConfig
object
requiredConfiguration for getting the license entries
namedLicenseEntriesConfig
object
Configuration for getting the named license entries
prorationConfig
object
Configuration for getting the proration, if not provided no proration will be applied
entitlementOverageConfig
object
Configuration for getting the entitlement overages
Response
200 - application/json
currency
string
requiredpricePlanDetails
object
requiredrevenueInfo
object[]
requiredusageLookupRange
object
Start and end dates of usage lookup if usage mode is LOOKUP