IOBERONServiceCashRegisterGen2CashRegister_BillOpenDefinition_List Method |  |
Vráti zoznam definicií otvorených účtov (zoznam definovaných stolov, košíkov pri košíkovom predaji) danej registračnej pokladnice.
Otvorený účet je spravidla priradený k nejakému stolu (košíku), avšak niekedy nie, napr. pri otvorenom účte typu Donáška.
Namespace: Exa.OBERON.ServicesCashRegisterGen2Assembly: Exa.OBERON.ServicesCashRegisterGen2 (in Exa.OBERON.ServicesCashRegisterGen2.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxResultValue<BillOpenDefinitionData> CashRegister_BillOpenDefinition_List()
Function CashRegister_BillOpenDefinition_List As ResultValue(Of BillOpenDefinitionData)
Dim instance As IOBERONServiceCashRegisterGen2
Dim returnValue As ResultValue(Of BillOpenDefinitionData)
returnValue = instance.CashRegister_BillOpenDefinition_List()
Return Value
ResultValueBillOpenDefinitionDataVráti triedu
BillOpenDefinition, ktorá obsahuje zoznam definícií stolov, košíkov a podobne.
ExampleUrl: http://address:port/v1/cashregister/bill-open-definition/list
See Also