IOBERONServiceCashRegisterGen2Stock_Common_CashRegisterGroups_List Method |  |
Vracia zoznam skupín v Pokladnici OBERON (číselník). Skupina v pokladnici sa používa pre členenie skladových kariet
v režime fastfood a je vhodný pre obsluhu obsluhu pokladnice. Pre zákazníka je lepšie použiť členenie
podľa
TreeCategory.
Namespace: Exa.OBERON.ServicesCashRegisterGen2Assembly: Exa.OBERON.ServicesCashRegisterGen2 (in Exa.OBERON.ServicesCashRegisterGen2.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxResultValue<CashRegisterGroupsListData> Stock_Common_CashRegisterGroups_List(
CashRegisterGroupsListArg cashRegisterGroupsArg
)
Function Stock_Common_CashRegisterGroups_List (
cashRegisterGroupsArg As CashRegisterGroupsListArg
) As ResultValue(Of CashRegisterGroupsListData)
Dim instance As IOBERONServiceCashRegisterGen2
Dim cashRegisterGroupsArg As CashRegisterGroupsListArg
Dim returnValue As ResultValue(Of CashRegisterGroupsListData)
returnValue = instance.Stock_Common_CashRegisterGroups_List(cashRegisterGroupsArg)
Parameters
- cashRegisterGroupsArg CashRegisterGroupsListArg
-
Return Value
ResultValueCashRegisterGroupsListDataVráti zoznam skupín
CashRegisterGroup.
ExampleUrl: http://address:port/v1/stock/cashregister-group/list
See Also