SubProduct Class

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
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 NominalCode, this doesn’t need to be numeric.

Description
String
A description for this SubProduct

Price
Decimal
The default price of the sub-product

VatRate
Decimal
The default VAT Rate of the sub-product

WholesalePrice
Decimal
The wholesale price of the sub-product

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

QtyInStock
Integer
The current stock quantity of the sub-product

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

SOAP API Method