StockInventoryEntry Data Type

Properties
name data type description
cnr string Lager-"Name"
entries StockInfoItemEntryList
Properties inherited from BaseEntryId
id number Die eindeutige Id des Eintrags

Example

{
  "cnr" : "...",
  "entries" : {
    "entries" : [ {
      "amount" : 12345.0,
      "minimum" : 12345.0,
      "nominal" : 12345.0,
      "id" : 12345
    }, {
      "amount" : 12345.0,
      "minimum" : 12345.0,
      "nominal" : 12345.0,
      "id" : 12345
    } ]
  },
  "id" : 12345
}