 | 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
)
<WebMethodAttribute>
Public Function GetStockInformationWithPurchaseDetails (
apiKey As String,
locationCode As String,
productIdentifier As String
) As ProductStockDto()
public:
[WebMethodAttribute]
array<ProductStockDto^>^ GetStockInformationWithPurchaseDetails(
String^ apiKey,
String^ locationCode,
String^ productIdentifier
)
[<WebMethodAttribute>]
member GetStockInformationWithPurchaseDetails :
apiKey : string *
locationCode : string *
productIdentifier : string -> ProductStockDto[]
Parameters
- apiKey
- Type: System.String
- locationCode
- Type: System.String
- productIdentifier
- Type: System.String
Return Value
Type:
ProductStockDto[]
See Also