| name | data type | description |
|---|---|---|
| entries | array of StockInfoEntry | Enthält Lager- und Lagerplatzinformationen Es sind nur jene Lager enthalten, auf die der angemeldete Benutzer Zugriff hat |
Example
{
"entries" : [ {
"stockEntry" : {
"name" : "...",
"typeCnr" : "...",
"id" : 12345
},
"stockplaceEntries" : {
"entries" : [ { }, { } ]
}
}, {
"stockEntry" : {
"name" : "...",
"typeCnr" : "...",
"id" : 12345
},
"stockplaceEntries" : {
"entries" : [ { }, { } ]
}
} ]
}