Click or drag to resize

StockService.GetStockInformationWithPurchaseDetails Method

Namespace:  Bex.API
Assembly:  Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[WebMethodAttribute]
public ProductStockDto[] GetStockInformationWithPurchaseDetails(
	string apiKey,
	string locationCode,
	string productIdentifier
)

Parameters

apiKey
Type: System.String
locationCode
Type: System.String
productIdentifier
Type: System.String

Return Value

Type:ProductStockDto[]
See Also