Click or drag to resize

VehicleEventServiceImportVehicleFuelEvents Method

Imports VehicleFuelEvents, providing a list of any rejected VehicleFuelEvents with a relevant RejectReason set

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 ImportVehicleFuelEvents(
	string authenticationKey,
	IList<VehicleFuelEventEntity> vehicleFuelEvents,
	int costingTaxTemplateCollectionId,
	out IList<VehicleFuelEventEntity> rejectedVehicleFuelEvents
)

Parameters

authenticationKey
Type: SystemString
Authentication Key
vehicleFuelEvents
Type: System.Collections.GenericIListVehicleFuelEventEntity
List of Fuel Events to import
costingTaxTemplateCollectionId
Type: SystemInt32
Id of Tax Template Collection to use for generating vehicle fuel event costings
rejectedVehicleFuelEvents
Type: System.Collections.GenericIListVehicleFuelEventEntity
List of Fuel Events rejected by import
See Also