| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Row number of the inventory basis |
integer |
Required |
| InventoryBasisHeadId |
Reference id to the related inventory basis |
globally unique identifier |
Required |
| StockId |
Reference id to the affected stock |
globally unique identifier |
Required |
| ArticleId |
Reference id to the given article of the line |
globally unique identifier |
Required |
| ArticleNo |
Reference article number to the given article of the line |
integer |
Required |
| Description |
The description of the referenced article |
string |
Max length: 50 |
| Quantity |
Inventoried quantity of the article |
decimal number |
None. |
| Unit |
Unit of measurement (millimeters, liters, inches) |
integer |
None. |
| Cost |
Purchase price of the article |
decimal number |
None. |
| Recyclefee |
Fee of recycling the article |
decimal number |
Required |
| ReasonId |
Id pointing to an existing InventoryReason |
integer |
None. |
| Inventoried |
Flag used to signify if the line has been inventoried |
boolean |
Required |
| StockBalance |
Quantity of the article at the time of starting the inventory |
decimal number |
None. |
| SupplierArticleNo |
Reference article number given by the article supplier |
string |
Max length: 128 |
| ReservedQuantity |
Quantity reserved by orders |
decimal number |
None. |
| InventoryPerson |
Name of the person who inventoried the specific line |
string |
Max length: 255 |
| Exclude |
Excluded from final inventory |
boolean |
Required |
| PalletPlace |
Name of the pallet place |
string |
Max length: 100 |