Click or drag to resize

VehicleServiceGetCustomerExternalVehiclesBySearchCriteria Method

Gets the customer external vehicles by search criteria.

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 IList<CustomerExternalVehiclePartialEntity> GetCustomerExternalVehiclesBySearchCriteria(
	string authenticationKey,
	CustomerVehicleSearchCriteria searchCriteria
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
searchCriteria
Type: AMCS.Elemos.IntegrationService.Entity.VehicleCustomerVehicleSearchCriteria
The search criteria.

Return Value

Type: IListCustomerExternalVehiclePartialEntity
Exceptions
ExceptionCondition
FaultExceptionnew FaultCode(GetCustomerVehiclesByCustomerId)
FaultCodeGetCustomerVehiclesByCustomerId
See Also