OpenWorkEntry Data Type

Properties
name data type constraints description
productionCnr string  
productionProjectNr string  
partlistCnr string  
partlistDescription string  
workNumber number  
workItemCnr string  
workItemDescription string  
workItemShortDescription string  
workItemStartDate number  
workItemStartCalendarWeek number  
workItemStartCalendarYear number  
machineOffsetMs number  
duration number  
machineCnr string  
machineDescription string  
materialCnr string  
materialDescription string  
hasWorktime boolean  
customerShortDescription string  
abc string  
machineId number  
orderId number  
orderCnr string  
overdue boolean required
orderFinalDateMs number  
progressPercent number  
targetDuration number  
partlistItemCnr string  
partlistItemDescription string  
partlistItemShortDescription string  
actualTime number   Die bisher angefallene Ist-Zeit für diesen Arbeitsschritt/Arbeitsgang
starttimeMoveable boolean required Lässt sich die Startzeit verschieben?
finishtimeMoveable boolean required Lässt sich die Endezeit verschieben?
openQuantity number  
productionFinalDateMs number  
Properties inherited from BaseEntryId
id number   Die eindeutige Id des Eintrags

Example

{
  "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
}