Skip to main content
Публичные структуры: school, seller, organization. Дерево school с вложенным seller приходит в системном вебхуке SchoolCreated.

school

id
integer
required
ID школы.
name
string
required
Название школы.
description
string | null
Описание.
segment
enum
required
Сегмент: Commerce, Corporate.
accessType
enum
required
Тип доступа: Public, Private.
domainType
enum
required
Тип домена: Base, Custom.
baseDomain
string
required
Базовый домен (поддомен Exode).
customDomain
string | null
Кастомный домен.
domain
string | null
Текущий активный домен.
fqdn
string | null
Полное доменное имя.
baseFqdn
string | null
Полное имя на базовом домене.
publicUrl
string | null
Публичный URL школы.
iconUrl
string | null
URL иконки.
active
boolean
required
Школа активна.
isPublic
boolean | null
Публичная.
isPrivate
boolean | null
Приватная.
createdAt
string
required
Дата создания (ISO 8601).
updatedAt
string
required
Дата обновления (ISO 8601).
archivedAt
string | null
Дата архивации или null.

seller

id
integer
required
ID продавца.
type
enum
required
Тип: Tutor, School, Producer, University.
active
boolean
required
Активен.
verified
boolean
required
Верифицирован.
balance
number
required
Баланс.
payoutBalance
number
required
Баланс к выплате.
baseCurrency
enum
required
Базовая валюта: Free, Exes, Rub, Uzs, Kzt, Usd, Eur.
isSchool
boolean | null
Является ли школой.
organization
object | null
Реквизиты организации (см. ниже).

organization

id
integer
required
ID организации.
form
string
required
Форма организации.
name
string
required
Название.
organizationName
string | null
Юридическое название.
selfEmployedName
string | null
Имя самозанятого.
inn
string | null
ИНН.
ogrn
string | null
ОГРН.
Логотип.
address
string | null
Адрес.
isOrganization
boolean | null
Является ли организацией.