 | 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)
Syntaxpublic OneOffActionResultEntity ExportOneOffActions(
string authenticationKey,
OneOffActionSearchEntity oneOffActionSearchEntity
)
Public Function ExportOneOffActions (
authenticationKey As String,
oneOffActionSearchEntity As OneOffActionSearchEntity
) As OneOffActionResultEntity
Parameters
- authenticationKey
- Type: SystemString
Authentication key - oneOffActionSearchEntity
- Type: AMCS.Elemos.IntegrationService.Entity.CustomerOneOffActionSearchEntity
OneOffAction search entity
Return Value
Type:
OneOffActionResultEntityResult entity containing OneOffAction records
See Also