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