 | VehicleServiceGetVehicleTypes Method |
Gets the vehicle types.
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 IList<VehicleTypePartialEntity> GetVehicleTypes(
string authenticationKey
)
Public Function GetVehicleTypes (
authenticationKey As String
) As IList(Of VehicleTypePartialEntity)
Parameters
- authenticationKey
- Type: SystemString
The authentication key.
Return Value
Type:
IListVehicleTypePartialEntity
Exceptions
See Also