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