Click or drag to resize

VehicleServiceDeleteCustomerExternalVehicle Method

Deletes 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)
Syntax
public void DeleteCustomerExternalVehicle(
	string authenticationKey,
	int customerExternalVehicleId
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
customerExternalVehicleId
Type: SystemInt32
The customer external vehicle identifier.
Exceptions
ExceptionCondition
FaultExceptionnew FaultCode(DeleteCustomerExternalVehicle)
FaultCodeDeleteCustomerExternalVehicle
See Also