C# Класс pcAmerica.DesktopPOS.API.Client.InventoryAPI

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetIndividualModifiers ( Context context, string itemNumber ) : List

Retrieves the individual modifiers associated with the specified item (modifiers that are not in groups)

GetItem ( Context context, string itemNumber ) : InventoryItem

Retrieves information about a specific item, including nested modifier groups and modifiers

GetItemList ( ) : List

Retrieves a list of all inventory items

GetItemListExtended ( Context context ) : List

Retrieves more properties of an item than GetItemList()

GetModiferGroupsForItem ( Context context, string itemNumber ) : List

Retrieves the modifier groups associated with the specified item

GetModifierItemsForModifierGroup ( Context context, string itemNumber ) : List

Retrieves the individual modifiers associated with the specified Modifier Group

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

GetIndividualModifiers() публичный Метод

Retrieves the individual modifiers associated with the specified item (modifiers that are not in groups)
public GetIndividualModifiers ( Context context, string itemNumber ) : List
context Context The store id, station id, and cashier id the information should be restricted to.
itemNumber string The item number to retrieve info for
Результат List

GetItem() публичный Метод

Retrieves information about a specific item, including nested modifier groups and modifiers
public GetItem ( Context context, string itemNumber ) : InventoryItem
context Context The store id, station id, and cashier id the information should be restricted to.
itemNumber string The item number to retrieve info for
Результат InventoryItem

GetItemList() публичный Метод

Retrieves a list of all inventory items
public GetItemList ( ) : List
Результат List

GetItemListExtended() публичный Метод

Retrieves more properties of an item than GetItemList()
public GetItemListExtended ( Context context ) : List
context Context
Результат List

GetModiferGroupsForItem() публичный Метод

Retrieves the modifier groups associated with the specified item
public GetModiferGroupsForItem ( Context context, string itemNumber ) : List
context Context The store id, station id, and cashier id the information should be restricted to.
itemNumber string The item number to retrieve info for
Результат List

GetModifierItemsForModifierGroup() публичный Метод

Retrieves the individual modifiers associated with the specified Modifier Group
public GetModifierItemsForModifierGroup ( Context context, string itemNumber ) : List
context Context The store id, station id, and cashier id the information should be restricted to.
itemNumber string The item number to retrieve info for
Результат List