| 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 |
| preferredType | string | |
| customerItemCnr | string | |
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" : "...",
"preferredType" : "...",
"customerItemCnr" : "...",
"id" : 12345
}