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