 | 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)
Syntaxpublic IEnumerable<LiftEventEntity> ExportLiftEventsByCompleteRoute(
string authenticationKey,
Nullable<int> vehicleId = null,
Nullable<int> routeId = null
)
Public Function ExportLiftEventsByCompleteRoute (
authenticationKey As String,
Optional vehicleId As Nullable(Of Integer) = Nothing,
Optional routeId As Nullable(Of Integer) = Nothing
) As IEnumerable(Of LiftEventEntity)
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:
IEnumerableLiftEventEntityLift Events
See Also