 | 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)
Syntaxpublic void ImportVehicleFuelEvents(
string authenticationKey,
IList<VehicleFuelEventEntity> vehicleFuelEvents,
int costingTaxTemplateCollectionId,
out IList<VehicleFuelEventEntity> rejectedVehicleFuelEvents
)
Public Sub ImportVehicleFuelEvents (
authenticationKey As String,
vehicleFuelEvents As IList(Of VehicleFuelEventEntity),
costingTaxTemplateCollectionId As Integer,
<OutAttribute> ByRef rejectedVehicleFuelEvents As IList(Of VehicleFuelEventEntity)
)
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