ItemLine Type
A single line item for Inventory Assembly Lines or Group Lines.
Remarks
This type of line item is used only in the Item component, for adding line items to existing items. Currently the only line items that can contain other line items are Line Item Groups and Inventory Assemblies. ItemId and/or ItemName must refer to an existing item in either case.
Fields
ItemId String |
Id of the Line Item. Line Items are only available for Item ItemTypes itInventoryAssembly and itGroup. For Inventory Assemblies, Line Items consist of "ItemInventoryAssemblyLine" aggregates. For Groups, Line Items consists of "ItemGroupLine" aggregates. |
ItemName String |
Name of the Line Item. Line Items are only available for Item ItemTypes itInventoryAssembly and itGroup. For Inventory Assemblies, Line Items consist of "ItemInventoryAssemblyLine" aggregates. For Groups, Line Items consists of "ItemGroupLine" aggregates. |
Quantity String |
Quantity of the Line Item indicated by ItemName or ItemId. Line Items are only available for Item ItemTypes itInventoryAssembly and itGroup. For Inventory Assemblies, Line Items consist of "ItemInventoryAssemblyLine" aggregates. For Groups, Line Items consists of "ItemGroupLine" aggregates. |
Constructors
[VB.NET] Public ItemLine() [C#] public ItemLine();