 | VehicleCheckServiceUnMapVehicleTypeToVehicleSafetyCheck Method |
Uns the map vehicle type to vehicle safety 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 UnMapVehicleTypeToVehicleSafetyCheck(
string authenticationKey,
VehicleTypeSafetyCheckMappingEntity vehicleTypeSafetyCheckUnMappingEntity
)
Public Function UnMapVehicleTypeToVehicleSafetyCheck (
authenticationKey As String,
vehicleTypeSafetyCheckUnMappingEntity 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. - vehicleTypeSafetyCheckUnMappingEntity
- Type: AMCS.Elemos.IntegrationService.Entity.VehicleVehicleTypeSafetyCheckMappingEntity
The vehicle type safety check search entity.
Return Value
Type:
VehicleTypeVehicleSafetyCheckPartialEntity
ExceptionsException | Condition |
---|
FaultException |
Error in UnMapVehicleTypeToVehicleSafetyCheck returning vehicleTypeEntity - VehicleType does not exist;new FaultCode(UnMapVehicleTypeToVehicleSafetyCheckNoVehicleType)
or
Error in UnMapVehicleTypeToVehicleSafetyCheck returning vehicleSafetyCheckEntity - Vehicle Safety Check Entity does not exist;new FaultCode(UnMapVehicleTypeToVehicleSafetyCheckNoVehicleSafetyCheck)
|
FaultCode |
UnMapVehicleTypeToVehicleSafetyCheckNoVehicleType
or
UnMapVehicleTypeToVehicleSafetyCheckNoVehicleSafetyCheck
|
See Also