Click or drag to resize

CustomerServiceExportOneOffActions Method

Exports OneOffAction records.

Namespace:  AMCS.Elemos.IntegrationService.Services.Customer
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public OneOffActionResultEntity ExportOneOffActions(
	string authenticationKey,
	OneOffActionSearchEntity oneOffActionSearchEntity
)

Parameters

authenticationKey
Type: SystemString
Authentication key
oneOffActionSearchEntity
Type: AMCS.Elemos.IntegrationService.Entity.CustomerOneOffActionSearchEntity
OneOffAction search entity

Return Value

Type: OneOffActionResultEntity
Result entity containing OneOffAction records
See Also