 | 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
)
<WebMethodAttribute>
Public Sub CreateStockAdjustment2 (
apiKey As String,
parameters As StockAdjustmentParameterDto,
barcodes As StockAdjustmentService.StockAdjustmentBarcodeEntry()
)
public:
[WebMethodAttribute]
void CreateStockAdjustment2(
String^ apiKey,
StockAdjustmentParameterDto^ parameters,
array<StockAdjustmentService.StockAdjustmentBarcodeEntry^>^ barcodes
)
[<WebMethodAttribute>]
member CreateStockAdjustment2 :
apiKey : string *
parameters : StockAdjustmentParameterDto *
barcodes : StockAdjustmentService.StockAdjustmentBarcodeEntry[] -> unit
Parameters
- apiKey
- Type: System.String
- parameters
- Type: Bex.API.ServiceDTOs.StockAdjustmentParameterDto
- barcodes
- Type:Bex.API.StockAdjustmentService.StockAdjustmentBarcodeEntry[]
See Also