Click or drag to resize

CustomerActivityService.GetLiftEvent Method

Gets the lift event.

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 LiftEventActivityEntity GetLiftEvent(
	string authenticationKey,
	int liftEventId
)

Parameters

authenticationKey
Type: System.String
The authentication key.
liftEventId
Type: System.Int32
The lift event identifier.

Return Value

Type: LiftEventActivityEntity
Exceptions
ExceptionCondition
FaultExceptionnew FaultCode(GetLiftEvent)
FaultCodeGetLiftEvent
See Also