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

UpgradeSubscriptionDto

planCodestringrequired

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

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

Example: pro
industrystring

Індустрія цільового плану. Без вказівки → BEAUTY.

Possible values: [beauty, auto_service, fitness, equestrian, legal, medical, education, other]

Example: beauty
billingIntervalstring

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

Possible values: [month, year]

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