Click or drag to resize

VehicleCheckServiceExportVehicleSafetyChecks Method

Exports VehicleSafetyCheck records.

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 VehicleSafetyCheckResultEntity ExportVehicleSafetyChecks(
	string authenticationKey,
	VehicleSafetyCheckSearchEntity vehicleSafetyCheckSearchEntity
)

Parameters

authenticationKey
Type: SystemString
Authentication key
vehicleSafetyCheckSearchEntity
Type: AMCS.Elemos.IntegrationService.Entity.VehicleVehicleSafetyCheckSearchEntity
VehicleSafetyCheck search entity

Return Value

Type: VehicleSafetyCheckResultEntity
Result entity containing VehicleSafetyCheck records
See Also