OpenWorkEntryList Data Type

Properties
name data type description
entries array of OpenWorkEntry Die (leere) Liste aller offenen Arbeitsgänge

Example

{
  "entries" : [ {
    "productionCnr" : "...",
    "productionProjectNr" : "...",
    "partlistCnr" : "...",
    "partlistDescription" : "...",
    "workNumber" : 12345,
    "workItemCnr" : "...",
    "workItemDescription" : "...",
    "workItemShortDescription" : "...",
    "workItemStartDate" : 12345,
    "workItemStartCalendarWeek" : 12345,
    "workItemStartCalendarYear" : 12345,
    "machineOffsetMs" : 12345,
    "duration" : 12345.0,
    "machineCnr" : "...",
    "machineDescription" : "...",
    "materialCnr" : "...",
    "materialDescription" : "...",
    "hasWorktime" : true,
    "customerShortDescription" : "...",
    "abc" : "...",
    "machineId" : 12345,
    "orderId" : 12345,
    "orderCnr" : "...",
    "overdue" : true,
    "orderFinalDateMs" : 12345,
    "progressPercent" : 12345.0,
    "targetDuration" : 12345.0,
    "partlistItemCnr" : "...",
    "partlistItemDescription" : "...",
    "partlistItemShortDescription" : "...",
    "actualTime" : 12345.0,
    "starttimeMoveable" : true,
    "finishtimeMoveable" : true,
    "openQuantity" : 12345.0,
    "productionFinalDateMs" : 12345,
    "id" : 12345
  }, {
    "productionCnr" : "...",
    "productionProjectNr" : "...",
    "partlistCnr" : "...",
    "partlistDescription" : "...",
    "workNumber" : 12345,
    "workItemCnr" : "...",
    "workItemDescription" : "...",
    "workItemShortDescription" : "...",
    "workItemStartDate" : 12345,
    "workItemStartCalendarWeek" : 12345,
    "workItemStartCalendarYear" : 12345,
    "machineOffsetMs" : 12345,
    "duration" : 12345.0,
    "machineCnr" : "...",
    "machineDescription" : "...",
    "materialCnr" : "...",
    "materialDescription" : "...",
    "hasWorktime" : true,
    "customerShortDescription" : "...",
    "abc" : "...",
    "machineId" : 12345,
    "orderId" : 12345,
    "orderCnr" : "...",
    "overdue" : true,
    "orderFinalDateMs" : 12345,
    "progressPercent" : 12345.0,
    "targetDuration" : 12345.0,
    "partlistItemCnr" : "...",
    "partlistItemDescription" : "...",
    "partlistItemShortDescription" : "...",
    "actualTime" : 12345.0,
    "starttimeMoveable" : true,
    "finishtimeMoveable" : true,
    "openQuantity" : 12345.0,
    "productionFinalDateMs" : 12345,
    "id" : 12345
  } ]
}