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

UpdateSubscriptionDto

planCodestring

New plan code to switch to

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
cancelAtPeriodEndboolean

Cancel subscription at period end

Example: false
UpdateSubscriptionDto
{
"planCode": "pro",
"industry": "beauty",
"billingInterval": "month",
"cancelAtPeriodEnd": false
}