C# Класс LinnworksAPI.DashboardsMethods

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ExecuteCustomPagedScript() публичный статический Метод

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
Результат CustomScriptResult

GetInventoryLocationCategoriesData() публичный статический Метод

public static GetInventoryLocationCategoriesData ( System.DateTime date, System.Guid locationId, String ApiToken, String ApiServer ) : List
date System.DateTime
locationId System.Guid
ApiToken String
ApiServer String
Результат List

GetInventoryLocationData() публичный статический Метод

public static GetInventoryLocationData ( System.DateTime date, String ApiToken, String ApiServer ) : List
date System.DateTime
ApiToken String
ApiServer String
Результат List

GetInventoryLocationProductsData() публичный статический Метод

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
Результат PagedStockCategoryLocationProductResult

GetLowStockLevel() публичный статический Метод

public static GetLowStockLevel ( System.Guid locationId, Int32 numRows, String ApiToken, String ApiServer ) : List
locationId System.Guid
numRows System.Int32
ApiToken String
ApiServer String
Результат List

GetPerformanceDetail() публичный статический Метод

public static GetPerformanceDetail ( Int32 period, Int32 timeScale, String ApiToken, String ApiServer ) : List>.Dictionary
period System.Int32
timeScale System.Int32
ApiToken String
ApiServer String
Результат List>.Dictionary

GetPerformanceTableData() публичный статический Метод

public static GetPerformanceTableData ( Int32 period, String ApiToken, String ApiServer ) : List
period System.Int32
ApiToken String
ApiServer String
Результат List

GetTopProducts() публичный статический Метод

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
Результат List