| name | data type | description |
|---|---|---|
| entries | array of ItemLockEntry |
Example
{
"entries" : [ {
"cause" : "...",
"lockId" : 12345,
"locked" : true,
"lockedProduction" : true,
"lockedPartlist" : true,
"lockedByProduction" : true,
"description" : "...",
"lockedSale" : true,
"lockedPurchasing" : true,
"id" : 12345
}, {
"cause" : "...",
"lockId" : 12345,
"locked" : true,
"lockedProduction" : true,
"lockedPartlist" : true,
"lockedByProduction" : true,
"description" : "...",
"lockedSale" : true,
"lockedPurchasing" : true,
"id" : 12345
} ]
}