IOBERONServiceGen2Stock_StockCardsInventory_List Method | |
Načítanie zoznamu skladových kariet inventúry skladu. Inventúra vybraného skladu musí byť začatá.
Namespace: Exa.OBERON.ServicesGen2Assembly: Exa.OBERON.ServicesGen2 (in Exa.OBERON.ServicesGen2.dll) Version: 4.5.0.0 (4.5.0.0)
Syntax ResultValue<StockCardInventoryData> Stock_StockCardsInventory_List(
StockCardInventoryListArg stockCardInventoryListArg
)
Function Stock_StockCardsInventory_List (
stockCardInventoryListArg As StockCardInventoryListArg
) As ResultValue(Of StockCardInventoryData)
Dim instance As IOBERONServiceGen2
Dim stockCardInventoryListArg As StockCardInventoryListArg
Dim returnValue As ResultValue(Of StockCardInventoryData)
returnValue = instance.Stock_StockCardsInventory_List(stockCardInventoryListArg)
Parameters
- stockCardInventoryListArg StockCardInventoryListArg
- Objekt dodatočných nastavení StockCardInventoryListArg pre načítanie údajov inventúry skladu napr. sklad z ktorého majú byť načítané záznamy.
Return Value
ResultValueStockCardInventoryDataVráti objekt návratovej hodnoty s dátami obsahujúcimi údaje inventúry skladu
OBERON.ResultValue (zoznam položiek je uvedený v
StockCardInventory.Items (pole tried
StockCardInventoryItem).
Example Url: http://address:port/v1/stock/stockcardsinventory/list
See Also