Add additional info

This commit is contained in:
kostyastruga 2024-06-17 17:43:43 +03:00
parent 6b6711bebe
commit 48d89ad9c4
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,14 @@
type: object
allOf:
- $ref: '#/definitions/PartyModificationType'
- type: object
properties:
partyName:
description: Имя party
type: string
managerContactEmails:
description: Список почт для связи с менеджерами
type: array
comment:
description: Коментарий
type: string

View File

@ -9,3 +9,4 @@ properties:
- ContractorModificationUnit
- ContractModificationUnit
- ShopModificationUnit
- AdditionalInfoModificationUnit