Introduction
An event representing adding fuel to an asset. Many sources of data are evaluated to determine a fill-up. FuelTransactions, StatusData (fuel level percent, fuel level volume, fuel used, tank capacity, odometer), LogRecords, Trips are all used to calculate fill-up events.
Properties

Cost

The cost of the fuel transaction. Default [0].

CurrencyCode

The three digit ISO 427 currency code (http://www.xe.com/iso4217.php). Default ["USD"].

DateTime

The UTC date and time of the fuel event.

DerivedVolume

The volume in Liters derived from fuel tank capacity. Default [-1].

Device

The Device associated with the fuel used event.

Distance

The distance in meters traveled since the last fill-up.

Driver

The Driver associated with the transaction.

FuelTransactions

The FuelTransactions matched to this fill-up.

Id

The unique identifier for the specific Entity object in the Geotab system. See Id.

Location

The Coordinate of the transaction retailer. Default [0,0].

Odometer

The odometer reading in meters. Default [0].

ProductType

The FuelTransactionProductType of this transaction. Default [Unknown].

TankCapacity

The FuelTankCapacity and how it was derived.

TankLevelExtrema

The FillUpExtrema representing the fuel tank level change at the time of the fill-up.

TotalFuelUsed

The total fuel used in Liters up to this point in time. Default [-1].

Version

The version of the entity.

Volume

The volume of fuel added in Liters. Default [0].
Rate limits
MethodDescriptionLimitPeriodStatus
GetLimit of 1200 Get requests per 1m.12001mActive
SetLimit of 100 Set requests per 1m.1001mActive
AddLimit of 100 Add requests per 1m.1001mActive
RemoveLimit of 100 Remove requests per 1m.1001mActive
GetCountOfLimit of 100 GetCountOf requests per 1m.1001mActive
GetFeedLimit of 60 GetFeed requests per 1m.601mActive
Timeout Limit
MethodDescriptionLimitStatus
GetFeedTimeout of 180 seconds for GetFeed per request.180Coming soon