 | StockServiceGetStockInformation Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public ProductStockDto[] GetStockInformation(
string apiKey,
string locationCode,
string productIdentifier
)
<WebMethodAttribute>
Public Function GetStockInformation (
apiKey As String,
locationCode As String,
productIdentifier As String
) As ProductStockDto()
public:
[WebMethodAttribute]
array<ProductStockDto^>^ GetStockInformation(
String^ apiKey,
String^ locationCode,
String^ productIdentifier
)
[<WebMethodAttribute>]
member GetStockInformation :
apiKey : string *
locationCode : string *
productIdentifier : string -> ProductStockDto[]
Parameters
- apiKey
- Type: SystemString
- locationCode
- Type: SystemString
- productIdentifier
- Type: SystemString
Return Value
Type:
ProductStockDto
See Also