C# Class LinnworksAPI.DashboardsMethods

Show file Open project: LinnSystems/LinnworksNetSDK

Public Methods

Method Description
ExecuteCustomPagedScript ( Int32 scriptId, ScriptParameter parameters, Int32 entriesPerPage, Int32 pageNumber, String ApiToken, String ApiServer ) : CustomScriptResult
GetInventoryLocationCategoriesData ( System.DateTime date, System.Guid locationId, String ApiToken, String ApiServer ) : List
GetInventoryLocationData ( System.DateTime date, String ApiToken, String ApiServer ) : List
GetInventoryLocationProductsData ( System.DateTime date, System.Guid locationId, System.Guid categoryId, Int32 pageNumber, Int32 entriesPerPage, String ApiToken, String ApiServer ) : PagedStockCategoryLocationProductResult
GetLowStockLevel ( System.Guid locationId, Int32 numRows, String ApiToken, String ApiServer ) : List
GetPerformanceDetail ( Int32 period, Int32 timeScale, String ApiToken, String ApiServer ) : List>.Dictionary
GetPerformanceTableData ( Int32 period, String ApiToken, String ApiServer ) : List
GetTopProducts ( TopProductsType type, Int32 period, Int32 numRows, Int32 orderStatus, String ApiToken, String ApiServer ) : List

Method Details

ExecuteCustomPagedScript() public static method

public static ExecuteCustomPagedScript ( Int32 scriptId, ScriptParameter parameters, Int32 entriesPerPage, Int32 pageNumber, String ApiToken, String ApiServer ) : CustomScriptResult
scriptId System.Int32
parameters ScriptParameter
entriesPerPage System.Int32
pageNumber System.Int32
ApiToken String
ApiServer String
return CustomScriptResult

GetInventoryLocationCategoriesData() public static method

public static GetInventoryLocationCategoriesData ( System.DateTime date, System.Guid locationId, String ApiToken, String ApiServer ) : List
date System.DateTime
locationId System.Guid
ApiToken String
ApiServer String
return List

GetInventoryLocationData() public static method

public static GetInventoryLocationData ( System.DateTime date, String ApiToken, String ApiServer ) : List
date System.DateTime
ApiToken String
ApiServer String
return List

GetInventoryLocationProductsData() public static method

public static GetInventoryLocationProductsData ( System.DateTime date, System.Guid locationId, System.Guid categoryId, Int32 pageNumber, Int32 entriesPerPage, String ApiToken, String ApiServer ) : PagedStockCategoryLocationProductResult
date System.DateTime
locationId System.Guid
categoryId System.Guid
pageNumber System.Int32
entriesPerPage System.Int32
ApiToken String
ApiServer String
return PagedStockCategoryLocationProductResult

GetLowStockLevel() public static method

public static GetLowStockLevel ( System.Guid locationId, Int32 numRows, String ApiToken, String ApiServer ) : List
locationId System.Guid
numRows System.Int32
ApiToken String
ApiServer String
return List

GetPerformanceDetail() public static method

public static GetPerformanceDetail ( Int32 period, Int32 timeScale, String ApiToken, String ApiServer ) : List>.Dictionary
period System.Int32
timeScale System.Int32
ApiToken String
ApiServer String
return List>.Dictionary

GetPerformanceTableData() public static method

public static GetPerformanceTableData ( Int32 period, String ApiToken, String ApiServer ) : List
period System.Int32
ApiToken String
ApiServer String
return List

GetTopProducts() public static method

public static GetTopProducts ( TopProductsType type, Int32 period, Int32 numRows, Int32 orderStatus, String ApiToken, String ApiServer ) : List
type TopProductsType
period System.Int32
numRows System.Int32
orderStatus System.Int32
ApiToken String
ApiServer String
return List