This is a class from the KashFlow Accounting Software SOAP API

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)
The system-wide, unique ID number for this SubProduct

ParentID
Integer
The ID of the parent NominalCode to which this SubProduct belongs

Name
String
The name for this SubProduct

Code
String
The code for this SubProduct. Unlike a Nominal Code, this does not need to be numeric.

Description
String
A description for this SubProduct

Price
Decimal
The default price of the SubProduct

VatRate
Decimal
The default VAT Rate of the SubProduct

WholesalePrice
Decimal
The wholesale price of the sub-product

Managed
Binary
A flag indicating whether a sub-products’ stock is managed. Set to 1 if you want the SubProduct managed

QtyInStock
Integer
The current stock quantity of the sub-product

StockWarnQty
Integer
The current configured stock warning quantity of the sub-product

AutoFill
Binary
A flag indicating whether or not Line Items raised with this SubProduct auto-populate with the Description, Price/WholesalePrice and VatRate values