Click or drag to resize

LiftEventServiceExportLiftEventsByCompleteRoute Method

Exports lift events specified by Vehicle Id and Route Id

Namespace:  AMCS.Elemos.IntegrationService.Services.Vehicle
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IEnumerable<LiftEventEntity> ExportLiftEventsByCompleteRoute(
	string authenticationKey,
	Nullable<int> vehicleId = null,
	Nullable<int> routeId = null
)

Parameters

authenticationKey
Type: SystemString
Access Authentication key
vehicleId (Optional)
Type: SystemNullableInt32
(Optional) Vehicle Id to filter results by
routeId (Optional)
Type: SystemNullableInt32
(Optional) Route Id to filter by results by

Return Value

Type: IEnumerableLiftEventEntity
Lift Events
See Also