This commit is contained in:
PNV 2022-03-18 12:15:19 +03:00
parent 5b9133c00c
commit 0e7b241585
3 changed files with 23 additions and 22 deletions

View File

@ -11,7 +11,8 @@ properties:
description: Действует от имени иностранного лица
type: boolean
worldwideOrgPublicPerson:
description: Является должностным лицом публичной международной организации; лицом замещающим государственные должности
description: Является должностным лицом публичной международной организации;
лицом замещающим государственные должности
type: boolean
hasRepresentative:
description: Имеется представитель клиента

View File

@ -5,7 +5,7 @@ required:
- registrationInfoType
properties:
registrationInfoType:
type: string
type: string
enum:
- IndividualRegistrationInfo
- LegalRegistrationInfo

View File

@ -1,23 +1,23 @@
type: object
description: Частное лицо
properties:
fio:
description: ФИО
type: string
birthDate:
description: Дата рождения
type: string
birthPlace:
description: Место рождения
type: string
citizenship:
description: Гражданство
type: string
residenceAddress:
description: Адрес места жительства
type: string
actualAddress:
description: Фактический адрес
type: string
contactInfo:
$ref: '#/definitions/ContactInfo'
fio:
description: ФИО
type: string
birthDate:
description: Дата рождения
type: string
birthPlace:
description: Место рождения
type: string
citizenship:
description: Гражданство
type: string
residenceAddress:
description: Адрес места жительства
type: string
actualAddress:
description: Фактический адрес
type: string
contactInfo:
$ref: '#/definitions/ContactInfo'