 | 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)
Syntaxpublic VehicleTypeVehicleSafetyCheckPartialEntity MapVehicleTypeToVehicleSafetyCheck(
string authenticationKey,
VehicleTypeSafetyCheckMappingEntity vehicleTypeSafetyCheckMappingEntity
)
Public Function MapVehicleTypeToVehicleSafetyCheck (
authenticationKey As String,
vehicleTypeSafetyCheckMappingEntity As VehicleTypeSafetyCheckMappingEntity
) As VehicleTypeVehicleSafetyCheckPartialEntity
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
ExceptionsException | Condition |
---|
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