Description
The SubProduct class is used to represent what is referred to within the application as “Products” or “Sub-Outgoing Types”.
Parameters
id
Integer (read-only)
Integer (read-only)
The system-wide, unique ID number for this SubProduct
ParentID
Integer
Integer
The ID of the parent NominalCode to which this SubProduct belongs
Name
String
String
The name for this SubProduct
Code
String
String
The code for this SubProduct. Unlike a Nominal Code, this does not need to be numeric.
Description
String
String
A description for this SubProduct
Price
Decimal
Decimal
The default price of the SubProduct
VatRate
Decimal
Decimal
The default VAT Rate of the SubProduct
WholesalePrice
Decimal
Decimal
The wholesale price of the sub-product
Managed
Binary
Binary
A flag indicating whether a sub-products’ stock is managed. Set to 1 if you want the SubProduct managed
QtyInStock
Integer
Integer
The current stock quantity of the sub-product
StockWarnQty
Integer
Integer
The current configured stock warning quantity of the sub-product
AutoFill
Binary
Binary
A flag indicating whether or not Line Items raised with this SubProduct auto-populate with the Description, Price/WholesalePrice and VatRate values