POST
/
price_plans
/
{price_plan_id}
/
currencies

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

price_plan_id
string
required

Body

application/json
currency
string
required

Currency 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
id
string
required

Price plan id

name
string
required

Name of the price plan

type
enum<string>
required

Type of price plan

Available options:
BILLING,
PURCHASE
description
string

Description of price plan

status
enum<string>
required

Status of Price plan

Available options:
DRAFT,
ACTIVE,
ARCHIVED
pricingSchedule
object[]
required