 | ProductServiceGetQueuedPriceChanges Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public PriceChangeEntryDto[] GetQueuedPriceChanges(
string apiKey
)
<WebMethodAttribute>
Public Function GetQueuedPriceChanges (
apiKey As String
) As PriceChangeEntryDto()
public:
[WebMethodAttribute]
array<PriceChangeEntryDto^>^ GetQueuedPriceChanges(
String^ apiKey
)
[<WebMethodAttribute>]
member GetQueuedPriceChanges :
apiKey : string -> PriceChangeEntryDto[]
Parameters
- apiKey
- Type: SystemString
Return Value
Type:
PriceChangeEntryDto
See Also