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

TimeCard

Referenced By

EventTypeTimeCard

Properties

Name Description Type Required Generic Enum Ignore
@type string true true
Employee Assigned Type: ms-0300:Employee EmployeeID true false
Job Assigned Type: pf1:Job Job true false
ClockDataTransaction array true ClockDataTransactionID --- false
ExtensionPoint ExtensionPoint false true
{
  "@type" : "string",
  "employee" : {
    "@type" : "string",
    "employeeID" : "string"
  },
  "job" : {
    "@type" : "string",
    "jobCode" : "string",
    "jobCodeName" : "string",
    "rate" : "number",
    "extensionPoint" : { }
  },
  "clockDataTransaction" : [ {
    "@type" : "string",
    "timeCardCorrelationGUID" : "string"
  } ],
  "extensionPoint" : { }
}