MachineEntryList Data Type

Properties
name data type description
entries array of MachineEntry

Example

{
  "entries" : [ {
    "inventoryNumber" : "...",
    "description" : "...",
    "identificationNumber" : "...",
    "machineGroupId" : 12345,
    "machineGroupDescription" : "...",
    "personalIdStarter" : 12345,
    "starttime" : 12345,
    "productionWorkplanId" : 12345,
    "machineGroupShortDescription" : "...",
    "machineGroupISort" : 12345,
    "id" : 12345
  }, {
    "inventoryNumber" : "...",
    "description" : "...",
    "identificationNumber" : "...",
    "machineGroupId" : 12345,
    "machineGroupDescription" : "...",
    "personalIdStarter" : 12345,
    "starttime" : 12345,
    "productionWorkplanId" : 12345,
    "machineGroupShortDescription" : "...",
    "machineGroupISort" : 12345,
    "id" : 12345
  } ]
}