mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 01:55:22 +00:00
26 lines
769 B
YAML
26 lines
769 B
YAML
description: Изменение или создание договора
|
|
type: object
|
|
allOf:
|
|
- $ref: '#/definitions/PartyModification'
|
|
- type: object
|
|
discriminator: contractModificationType
|
|
required:
|
|
- contractID
|
|
- contractModificationType
|
|
properties:
|
|
contractID:
|
|
description: Идентификатор договора
|
|
type: string
|
|
maxLength: 40
|
|
minLength: 1
|
|
contractModificationType:
|
|
type: string
|
|
enum:
|
|
- ContractCreation
|
|
- ContractTermination
|
|
- ContractLegalAgreementBinding
|
|
- ContractAdjustmentCreation
|
|
- ContractPayoutToolCreation
|
|
- ContractPayoutToolInfoModification
|
|
- ContractReportingPreferencesChange
|