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