Source: https://restauranttechnologynetwork.com/technical-documents

DataEntryDetails

Referenced By

OrderTracking

Properties

Name Description Type Required Generic Enum Ignore
@type string true true
Role Assigned Type: ms-0200:OrderRole_Enum OrderRole_Enum false false
DataEntryApplication Assigned Type: ms-0300:DataEntryApplicationType_Enum DataEntryApplicationType_Enum false false
DataOwner The ID of the system where these details were obtained. string false false
DataEntryDevice Assigned Type: ms-0300:DataEntryDevice_Enum DataEntryDevice_Enum false false
ExtensionPoint ExtensionPoint false true
{
  "@type" : "string",
  "role" : {
    "value" : { },
    "extension" : "string"
  },
  "dataEntryApplication" : {
    "value" : { },
    "extension" : "string"
  },
  "dataOwner" : "string",
  "dataEntryDevice" : {
    "value" : { },
    "extension" : "string"
  },
  "extensionPoint" : { }
}