Перейти до основного вмісту

UpgradeSubscriptionDto

planCodestringrequired

Цільовий тарифний план для апгрейду

Possible values: [free, basic, pro, enterprise]

Example: pro
billingIntervalstring

Період оплати — month або year

Possible values: [month, year]

Example: month
UpgradeSubscriptionDto
{
"planCode": "pro",
"billingInterval": "month"
}