...
Img | ||
---|---|---|
|
Codeblock | ||
---|---|---|
| ||
@startuml autonumber box Buyer participant b as "Ordering" box Seller TMF622 participant apo as "AddProductOrderNote" participant po as "ProductOrder" b -> poapo : POST AddProductOrderNote () poapo-->b : 201 Created (achnowledged) poapo -> b: POST AddProductOrderNoteStateChangeEvent (inProgress) po po -> b: POST ProductOrderAttributeValueChangeEvent note right: note.text="MFH, 3. OG, links", note.@type=InstallationInstruction apo -> b: POST AddProductOrderNoteStateChangeEvent (done) @enduml |