Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Img
src//www.plantuml.com/plantuml/png/dP51Qp8n48RldP71QW8n48RlUOfXJowiqbheGL2qKjiUh8BIUx8Prj0uMPA9rRTlict1XVRIFVtiVD-HN3dbnG-JuBFGYALchRWrLGUaysmsved2p9fDL_tsHRoYwqb-RqmZpFcuHP1PQUuzaA6TbHF2lqGhaBtCLhIcqQcigqaXWKo035tclqXkf2G3uTUqHhqSDfjxsTpGQER5rdhRK-UATZnPt_x1YB0VZ5zQ7l6s2ox8hcSDWVJ_135unAaOZ9PAaIDVlt7pOU9QE6aQmQSkyMTOsw529ZkK_zNdRaP6uQIJNUlo4nZ0mbflOOGYc6UjzTCtkZ8kEBjB5V82W_qPkwuJdaF6MyyABORH_7S3E5_SCOhA7NK8m_nok-jhXuei3IMid6KSu-LZd-xGlQ4PPYXQJJhZy0V39a7bfxZqGePsL4yAlH2kJCyn4jARHgQshII61J80CN6Q_I6ca90_ZfsXzQYX_rwTJyUzvpMTTBMEnrhxjoY1yXlOg7rDVJg60lnSmGCPnquWUrcjuTVM1YK8X73uKmbQdnp2qkFab73GDO7SXyMTOEw529ZkK_zNRRZP2uFaXfyF24n30mbfl4OGYdw-hMxOFP6HSOtQUDrWQ1yHNT23whAcqmW_nanddbQh5VF5ToDOFDKWJNq7ehgQppdIulJ5meihPLi7ENiOvtZ_nRHZh0KSoITdlmJ

Codeblock
collapsetrue
@startuml
autonumber
box Buyer
participant b as "Ordering"
     
box Seller TMF622
participant apopo as "AddProductOrderNoteProductOrder"
participant poapo as "ProductOrderAddProductOrderNote"

     
b -> apo : POST AddProductOrderNote ()
apo-->b : 201 Created (achnowledged)


apo -> b: POST AddProductOrderNoteStateChangeEvent (inProgress)
po -> b: POST ProductOrderAttributeValueChangeEvent
note right: note.text="MFH, 3. OG, links", note.@type=InstallationInstruction

apo -> b: POST AddProductOrderNoteStateChangeEvent (done)
@enduml

...