InventoryEntry Data Type

Properties
name data type description
name string
stockId number
stockEntry StockEntry
Properties inherited from BaseEntryId
id number Die eindeutige Id des Eintrags

Example

{
  "name" : "...",
  "stockId" : 12345,
  "stockEntry" : {
    "name" : "...",
    "typeCnr" : "...",
    "id" : 12345
  },
  "id" : 12345
}