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