Click or drag to resize

VehicleCheckServiceMapVehicleTypeToVehicleSafetyCheck Method

Deletes the vehicle saftey check.

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 VehicleTypeVehicleSafetyCheckPartialEntity MapVehicleTypeToVehicleSafetyCheck(
	string authenticationKey,
	VehicleTypeSafetyCheckMappingEntity vehicleTypeSafetyCheckMappingEntity
)

Parameters

authenticationKey
Type: SystemString
The authentication key. This is an auto generated key generated by AMCS and should be provided to gain access to the system. This key is used to audit all methods and transactions performed using this interface.
vehicleTypeSafetyCheckMappingEntity
Type: AMCS.Elemos.IntegrationService.Entity.VehicleVehicleTypeSafetyCheckMappingEntity

Return Value

Type: VehicleTypeVehicleSafetyCheckPartialEntity
Returns a VehicleTypeVehicleSafetyCheckPartialEntity
Exceptions
ExceptionCondition
FaultException Error in MapVehicleTypeToVehicleSafetyCheck returning vehicleTypeEntity - VehicleType does not exist;new FaultCode(MapVehicleTypeToVehicleSafetyCheckNoVehicleType) or Error in MapVehicleTypeToVehicleSafetyCheck returning vehicleSafetyCheckEntity - Vehicle Safety Check Entity does not exist;new FaultCode(MapVehicleTypeToVehicleSafetyCheckNoVehicleSafetyCheck)
FaultCode MapVehicleTypeToVehicleSafetyCheckNoVehicleType or MapVehicleTypeToVehicleSafetyCheckNoVehicleSafetyCheck
See Also