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