Files
plantUML/oms/interface-arm/contragent/create-contractor.puml
2024-05-24 12:17:32 +03:00

19 lines
560 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@startuml
scale 800*800
mainframe Логика "Создание КА"
actor Пользователь as user
participant ARM as ARM
participant OMS as OMS
participant MSKB as MSKB
autonumber
user -> ARM: Нажимает кнопку "Создать контрагента"
ARM -> OMS: API POST /contractors/create
activate OMS
OMS -> MSKB: API POST api/business/v2/physic/create
activate MSKB
return answer API POST
return answer API POST
ARM --> user: Показывает сообщение и\nзакрывает модалку
@enduml