| name | data type | constraints | description |
|---|---|---|---|
| cause | string | ||
| lockId | number | ||
| locked | boolean | required | |
| lockedProduction | boolean | required | |
| lockedPartlist | boolean | required | |
| lockedByProduction | boolean | required | |
| description | string | ||
| lockedSale | boolean | required | |
| lockedPurchasing | boolean | required | |
Properties inherited from BaseEntryId |
|||
| id | number | Die eindeutige Id des Eintrags | |
Example
{
"cause" : "...",
"lockId" : 12345,
"locked" : true,
"lockedProduction" : true,
"lockedPartlist" : true,
"lockedByProduction" : true,
"description" : "...",
"lockedSale" : true,
"lockedPurchasing" : true,
"id" : 12345
}