| name | data type | description |
|---|---|---|
| cnr | string | Die Kennung des Artikels (Artikelnummer) |
| description | string | Die Zusatzbezeichnung des Artikels |
| description2 | string | Die Zusatzbezeichnung2 des Artikels |
| name | string | Der Name des Artikels |
| shortName | string | Die Kurzbezeichnung des Artikels |
| stockAmount | number | Der "verfügbare" Lagerstand |
| costs | number | Der Gestehungspreis |
| billOfMaterialType | string | Die Stücklistenart |
| available | boolean | Ist der Artikel verfügbar bzw. gesperrt? |
| comments | array of string | Die Liste aller Artikelkommentare im Format "text/html" |
| boolean | Ist es ein versteckter Artikel? | |
| unitCnr | string | Die Einheit des Artikels |
| typeCnr | string | Die Artikelart |
| itemgroupCnr | string | Die Artikelgruppe |
| itemclassCnr | string | Die Artikelklasse |
| revision | string | Die Revisions"nummer" |
| stockAmountInfo | StockAmountInfoEntry | Lagerstandsinformationen |
| referenceNumber | string | Die Referenznummer |
| index | string | Die Indexnummer |
| hasSerialnr | boolean | Handelt es sich um einen seriennummerntragenden Artikel? |
| hasChargenr | boolean | Handelt es sich um einen chargennummerntragenden Artikel? |
| producerInfo | ProducerInfoEntry | Herstellerspezifische Informationen |
| packagingEntries | PackagingInfoEntryList | Die Liste der Verpackungsinformation
null wird aus Kompatibilitätsgründen zurückgeliefert |
| stockplaceInfoEntries | StockInfoEntryList | Enthält alle Lagerplätze, die dem Artikel zugewiesen sind Es werden nur jene Lager berücksichtigt auf die der User die Lagerberechtigung hat. |
| documentInfoEntries | DocumentInfoEntryList | Liste mit Info über die (für den Benutzer sichtbaren) Dokuments des Artikels |
| itemCommentMediaInfoEntries | ItemCommentMediaInfoEntryList | Liste mit Info über die Artikelkommentare liefern |
Properties inherited from BaseEntryId |
||
| id | number | Die eindeutige Id des Eintrags |
Example
{
"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,
"producerInfo" : {
"producerId" : 12345,
"itemCnr" : "...",
"itemDescription" : "...",
"barcodeLeadIn" : "...",
"hasInfo" : true
},
"packagingEntries" : {
"entries" : [ {
"barcode" : "...",
"amount" : 12345.0
}, {
"barcode" : "...",
"amount" : 12345.0
} ]
},
"stockplaceInfoEntries" : {
"entries" : [ {
"stockEntry" : { },
"stockplaceEntries" : { }
}, {
"stockEntry" : { },
"stockplaceEntries" : { }
} ]
},
"documentInfoEntries" : {
"entries" : [ {
"name" : "...",
"filename" : "...",
"size" : 12345,
"cnr" : "..."
}, {
"name" : "...",
"filename" : "...",
"size" : 12345,
"cnr" : "..."
} ]
},
"itemCommentMediaInfoEntries" : {
"entries" : [ {
"mimeType" : "IMAGEJPEG",
"iSort" : 12345,
"commentType" : "...",
"filename" : "...",
"size" : 12345,
"commentTypeDescription" : "...",
"content" : "...",
"id" : 12345
}, {
"mimeType" : "TEXTHTML",
"iSort" : 12345,
"commentType" : "...",
"filename" : "...",
"size" : 12345,
"commentTypeDescription" : "...",
"content" : "...",
"id" : 12345
} ]
},
"id" : 12345
}