Click or drag to resize

StockAdjustmentService.CreateStockAdjustment2 Method

Namespace:  Bex.API
Assembly:  Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[WebMethodAttribute]
public void CreateStockAdjustment2(
	string apiKey,
	StockAdjustmentParameterDto parameters,
	StockAdjustmentService.StockAdjustmentBarcodeEntry[] barcodes
)

Parameters

apiKey
Type: System.String
parameters
Type: Bex.API.ServiceDTOs.StockAdjustmentParameterDto
barcodes
Type:Bex.API.StockAdjustmentService.StockAdjustmentBarcodeEntry[]
See Also