Service..::..GetInventoryCategories Method

Namespace:  JiwaFinancials.Jiwa.JiwaWebService.WCF.REST.JSON
Assembly:  JiwaWebService (in JiwaWebService.exe)

Syntax


public List<Category> GetInventoryCategories(
	int CategoryNo
)
Public Function GetInventoryCategories ( _
	CategoryNo As Integer _
) As List(Of Category)
public:
List<Category^>^ GetInventoryCategories(
	int^ CategoryNo
)

Parameters

CategoryNo
Type: Int32