 | StockAdjustmentServiceCreateStockAdjustment1 Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public void CreateStockAdjustment1(
string apiKey,
StockAdjustmentParameterDto parameters,
StockAdjustmentServiceStockAdjustmentProductEntry[] products
)
<WebMethodAttribute>
Public Sub CreateStockAdjustment1 (
apiKey As String,
parameters As StockAdjustmentParameterDto,
products As StockAdjustmentServiceStockAdjustmentProductEntry()
)
public:
[WebMethodAttribute]
void CreateStockAdjustment1(
String^ apiKey,
StockAdjustmentParameterDto^ parameters,
array<StockAdjustmentServiceStockAdjustmentProductEntry^>^ products
)
[<WebMethodAttribute>]
member CreateStockAdjustment1 :
apiKey : string *
parameters : StockAdjustmentParameterDto *
products : StockAdjustmentServiceStockAdjustmentProductEntry[] -> unit
Parameters
- apiKey
- Type: SystemString
- parameters
- Type: Bex.API.ServiceDTOsStockAdjustmentParameterDto
- products
- Type: Bex.APIStockAdjustmentServiceStockAdjustmentProductEntry
See Also