<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ms-0200:OrderTracking xmlns:ms-0200="http://www.modeldev.restauranttechnologynetwork.com/models/v2"> <ms-0200:OrderOriginationLocationCategory>On-premise</ms-0200:OrderOriginationLocationCategory> <ms-0200:OrderOriginationLocation>Counter</ms-0200:OrderOriginationLocation> <ms-0200:DataEntryDetails> <ms-0200:Role>Originator</ms-0200:Role> <ms-0200:DataEntryApplication>POS</ms-0200:DataEntryApplication> <ms-0200:DataOwner>Example String Value</ms-0200:DataOwner> <ms-0200:DataEntryDevice>POS Terminal</ms-0200:DataEntryDevice> </ms-0200:DataEntryDetails> <ms-0200:OrderOriginResponsibility>Assisted order</ms-0200:OrderOriginResponsibility> </ms-0200:OrderTracking>
{ "OrderTracking" : { "OrderOriginationLocationCategory" : { "value" : "On-premise" }, "OrderOriginationLocation" : { "value" : "Counter" }, "DataEntryDetails" : [ { "@type" : "DataEntryDetails", "Role" : { "value" : "Originator" }, "DataEntryApplication" : { "value" : "POS" }, "DataOwner" : "Example String Value", "DataEntryDevice" : { "value" : "POS Terminal" } } ], "OrderOriginResponsibility" : { "value" : "Assisted order" } } }
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
OrderOriginationLocationCategory |
Specifies if the order took place on or off premises.
|
||||||||||||
|
|||||||||||||
OrderOriginationLocation |
Specifies the location in which an order originated.
|
||||||||||||
|
|||||||||||||
DataEntryDetails |
Specifies details for how an order was entered.
|
||||||||||||
|
|||||||||||||
OrderOriginResponsibility |
Specifies if the order was created by the customer or if there was assistance with the order (e.g. staff member).
|
||||||||||||
|