swag-payments/spec/definitions/LegalAgreement.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

18 lines
636 B
YAML

description: Ключевые данные юридического соглашения
type: object
required:
- id
- signedAt
properties:
id:
description: Идентификатор юридического соглашения, например номер договора
type: string
signedAt:
description: Дата и время заключения юридического соглашения
type: string
format: date-time
validUntil:
description: Дата и время окончания действия юридического соглашения
type: string
format: date-time