| name | data type | description |
|---|---|---|
| inventoryNumber | string | |
| description | string | |
| identificationNumber | string | |
| machineGroupId | number | |
| machineGroupDescription | string | |
| personalIdStarter | number | |
| starttime | number | |
| productionWorkplanId | number | |
| machineGroupShortDescription | string | |
| machineGroupISort | number | |
Properties inherited from BaseEntryId |
||
| id | number | Die eindeutige Id des Eintrags |
Example
{
"inventoryNumber" : "...",
"description" : "...",
"identificationNumber" : "...",
"machineGroupId" : 12345,
"machineGroupDescription" : "...",
"personalIdStarter" : 12345,
"starttime" : 12345,
"productionWorkplanId" : 12345,
"machineGroupShortDescription" : "...",
"machineGroupISort" : 12345,
"id" : 12345
}