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