mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 01:55:22 +00:00
f28bab216c
* 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)
13 lines
304 B
YAML
13 lines
304 B
YAML
description: Настройки выгрузки актов
|
|
type: object
|
|
required:
|
|
- scheduleID
|
|
- signer
|
|
properties:
|
|
scheduleID:
|
|
description: Идентификатор расписания выгрузок
|
|
type: integer
|
|
format: int32
|
|
signer:
|
|
$ref: '#/definitions/Representative'
|