IOBERONServiceGen2Stock_StockCardsInventory_ListSettings Method | |
Načítanie zoznamu dostupných filtrov, podľa ktorých je možné načítať príslušný zoznam záznamov.
Namespace: Exa.OBERON.ServicesGen2Assembly: Exa.OBERON.ServicesGen2 (in Exa.OBERON.ServicesGen2.dll) Version: 4.5.0.0 (4.5.0.0)
Syntax ResultValue<AvailableBookSettings> Stock_StockCardsInventory_ListSettings(
StockCardInventoryListFilterArg stockCardInventoryListFilterArg
)
Function Stock_StockCardsInventory_ListSettings (
stockCardInventoryListFilterArg As StockCardInventoryListFilterArg
) As ResultValue(Of AvailableBookSettings)
Dim instance As IOBERONServiceGen2
Dim stockCardInventoryListFilterArg As StockCardInventoryListFilterArg
Dim returnValue As ResultValue(Of AvailableBookSettings)
returnValue = instance.Stock_StockCardsInventory_ListSettings(stockCardInventoryListFilterArg)
Parameters
- stockCardInventoryListFilterArg StockCardInventoryListFilterArg
-
Return Value
ResultValueAvailableBookSettingsVráti triedu
AvailableBookSettings - najmä zoznam dostupných filtrov.
Example Url: http://address:port/v1/stock/stock-card-inventory/list-settings
See Also