IService..::..GetInventoryCategories Method

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

Syntax


[OperationContractAttribute]
[WebGetAttribute]
List<Category> GetInventoryCategories(
	int CategoryNo
)
<OperationContractAttribute> _
<WebGetAttribute> _
Function GetInventoryCategories ( _
	CategoryNo As Integer _
) As List(Of Category)
[OperationContractAttribute]
[WebGetAttribute]
List<Category^>^ GetInventoryCategories(
	int^ CategoryNo
)

Parameters

CategoryNo
Type: Int32