...
Codeblock | ||
---|---|---|
| ||
@startuml autonumber box Buyer participant b as "Ordering" box Seller TMF622 participant po as "ProductOrder" participant apo as "AddProductOrderInformation" b -> apo : POST AddProductOrderInformation () apo-->b : 201 Created (achnowledged) apo -> b: POST AddProductOrderInformationStateChangeEvent (inProgress) po -> b: POST ProductOrderAttributeValueChangeEvent note over b, apo: note.text="MFH, 3. OG, links", note.@type=InstallationInstruction apo -> b: POST AddProductOrderInformationStateChangeEvent (done) @enduml |
Beispieldaten
Der Montagehinweis oder Ansprechpartner wird in der TaskRessource in der gleichen Syntax mitgegeben , wie diese in der PO (siehe Beispieldaten) entsprechend abgebildet sind.
ProductOrderAttributeValueChange (setzen Montagehinweis oder Ansprechpartner) (4)
ProductOrderAttributeValueChange | ||
fachliche Felder | Daten | API Felder |
technisches EventDatum | 2024-10-24T10:32:00 | eventTime |
Montagehinweis | ||
Montagehinweis | "zweimal klingeln" | note.text = "zweimal klingeln" note.@type = "InstallationInstruction" |
Installationskontakt Endkunde | ||
Rolle | installationContact | relatedParty.role |
Typ | Individual | relatedParty/partyOrPartyRole.@type |
Anrede | Herr | relatedParty/partyOrPartyRole.salutation |
Vorname | Alexander | relatedParty/partyOrPartyRole.givenName |
Nachname | Fischer | relatedParty/partyOrPartyRole.familyName |
Telefonnummer | +49221145155 | relatedParty/partyOrPartyRole.contactMedium.@type="PhoneContactMedium" relatedParty/partyOrPartyRolec.ontactMedium.contactType="fixed" relatedParty/partyOrPartyRole.contactMedium.phoneNumber="+49221145155" |
Mobilfunknummer | +4917878878788 | relatedParty/partyOrPartyRole.contactMedium.@type="PhoneContactMedium" relatedParty/partyOrPartyRolec.ontactMedium.contactType="mobile" relatedParty/partyOrPartyRole.contactMedium.phoneNumber="+4917878878788" |
Email-adresse | a.fischer@example.net | relatedParty/partyOrPartyRole.contactMedium.@type="EmailContactMedium" relatedParty/partyOrPartyRolec.ontactMedium.contactType="email" relatedParty/partyOrPartyRole.contactMedium.emailAddress="a.fischer@example.net" |