| name | data type | description |
|---|---|---|
| entries | array of ItemV1Entry |
Example
{
"entries" : [ {
"cnr" : "...",
"description" : "...",
"description2" : "...",
"name" : "...",
"shortName" : "...",
"stockAmount" : 12345.0,
"costs" : 12345.0,
"billOfMaterialType" : "...",
"available" : true,
"comments" : [ "...", "..." ],
"hidden" : true,
"unitCnr" : "...",
"typeCnr" : "...",
"itemgroupCnr" : "...",
"itemclassCnr" : "...",
"revision" : "...",
"stockAmountInfo" : {
"stockAmount" : 12345.0,
"reservedAmount" : 12345.0,
"missingAmount" : 12345.0,
"availableAmount" : 12345.0
},
"referenceNumber" : "...",
"index" : "...",
"hasSerialnr" : true,
"hasChargenr" : true,
"producerInfoEntry" : {
"producerId" : 12345,
"itemCnr" : "...",
"itemDescription" : "...",
"barcodeLeadIn" : "...",
"hasInfo" : true
},
"packagingEntries" : {
"entries" : [ { }, { } ]
},
"packagingAmount" : 12345.0,
"batchSize" : 12345.0,
"packagingAverageAmount" : 12345.0,
"stockplaceInfoEntries" : {
"entries" : [ { }, { } ]
},
"documentInfoEntries" : {
"entries" : [ { }, { } ]
},
"itemCommentMediaInfoEntries" : {
"entries" : [ { }, { } ]
},
"id" : 12345
}, {
"cnr" : "...",
"description" : "...",
"description2" : "...",
"name" : "...",
"shortName" : "...",
"stockAmount" : 12345.0,
"costs" : 12345.0,
"billOfMaterialType" : "...",
"available" : true,
"comments" : [ "...", "..." ],
"hidden" : true,
"unitCnr" : "...",
"typeCnr" : "...",
"itemgroupCnr" : "...",
"itemclassCnr" : "...",
"revision" : "...",
"stockAmountInfo" : {
"stockAmount" : 12345.0,
"reservedAmount" : 12345.0,
"missingAmount" : 12345.0,
"availableAmount" : 12345.0
},
"referenceNumber" : "...",
"index" : "...",
"hasSerialnr" : true,
"hasChargenr" : true,
"producerInfoEntry" : {
"producerId" : 12345,
"itemCnr" : "...",
"itemDescription" : "...",
"barcodeLeadIn" : "...",
"hasInfo" : true
},
"packagingEntries" : {
"entries" : [ { }, { } ]
},
"packagingAmount" : 12345.0,
"batchSize" : 12345.0,
"packagingAverageAmount" : 12345.0,
"stockplaceInfoEntries" : {
"entries" : [ { }, { } ]
},
"documentInfoEntries" : {
"entries" : [ { }, { } ]
},
"itemCommentMediaInfoEntries" : {
"entries" : [ { }, { } ]
},
"id" : 12345
} ]
}