Initial commit

This commit is contained in:
Andrey
2024-04-08 19:15:50 +03:00
commit 072ced2815
51 changed files with 2926 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
@startuml
scale 800*800
mainframe Логика подблока "Информация о контрагенте"
actor Пользователь as user
participant ARM as ARM
participant OMS as OMS
participant WTIS as WTIS
autonumber
user -> ARM: Нажимает кнопку раскрытия блока
activate ARM
ARM -> OMS: API GET\n/contractors/{contractorID}/orderInfo
activate OMS
OMS -> WTIS: API GET\napi/order/oms_export/contragent_info_oms/{guid}
activate WTIS
WTIS -> WTIS: prepare data
return API GET answer
return API GET answer
return Рендерит блок
@enduml