swag-payments/spec/definitions/Representative.yaml
Evgeny Levenets f28bab216c
CAPI-265: support reporting preferences modification (#184) (#186)
* CAPI-265: support reporting preferences modification (#184)

* support reporting preferences modification
* remove tech fields

* rework ContractReportingPreferencesChange

to match more precisely with ReportingPreferences

* add forgotten field to LegalAgreement (#192)
2018-05-16 17:11:42 +03:00

16 lines
393 B
YAML

description: ЕИО/Представитель
type: object
required:
- position
- fullName
- document
properties:
position:
description: Наименование должности ЕИО/представителя
type: string
fullName:
description: ФИО ЕИО/представителя
type: string
document:
$ref: '#/definitions/RepresentativeDocument'