Price Plans
Add currencies to a price plan
Add currencies to a price plan
POST
/
price_plans
/
{price_plan_id}
/
currencies
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
price_plan_id
string
requiredMaximum length:
50
Body
application/json
Request to adding currency to a price plan
currency
string
requiredCurrency to be added
usageRates
object[]
List of usage rates
fixedFeeRates
object[]
Rates for fixed fee rate cards
licenseRates
object[]
Rates for license rate cards
billingEntitlementRates
object[]
Rates for billing entitlement rate cards
minimumCommitmentRate
number
Rates for minimum commitment.
creditGrantRates
object[]
Rates for credit grant rate card
entitlementOverageRates
object[]
Rates for entitlement overage rate cards
Response
200 - application/json
Price plan entity
id
string
requiredPrice plan id
name
string
requiredName of the price plan
Maximum length:
50
type
enum<string>
requiredType of price plan
Available options:
BILLING
, PURCHASE
status
enum<string>
requiredStatus of Price plan
Available options:
DRAFT
, ACTIVE
, ARCHIVED
pricingSchedule
object[]
requireddescription
string
Description of price plan
Maximum length:
255