 | VehicleServiceGetCustomerExternalVehicle Method |
Gets the customer external vehicle.
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 CustomerExternalVehiclePartialEntity GetCustomerExternalVehicle(
string authenticationKey,
int customerExternalVehicleId
)
Public Function GetCustomerExternalVehicle (
authenticationKey As String,
customerExternalVehicleId As Integer
) As CustomerExternalVehiclePartialEntity
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - customerExternalVehicleId
- Type: SystemInt32
The customer external vehicle identifier.
Return Value
Type:
CustomerExternalVehiclePartialEntity
Exceptions
See Also