IFTA Detail CSV
The following fields will be present in a CSV generated by the /ifta-detail/csv
endpoint:
device_id (integer)
: the ID of the vehicle driven during this segmentjurisdiction (string)
: the state/province where this segment took placedistance_meters (float)
: the distance driven in meters during this segment (standardized distance)start_ms (integer)
: the start time of the segment in millisecondsstart_odo_meters (integer)
: the odometer reading in meters at the start of the segmentstart_lat (float)
: the latitude at the start of the segmentstart_lng (float)
: the longitude at the start of the segmentstart_city (string)
: the city where the segment startedend_ms (integer)
: the start time of the segment in millisecondsend_odo_meters (integer)
: the odometer reading in meters at the start of the segmentend_lat (float)
: the latitude at the end of the segmentend_lng (float)
: the longitude at the end of the segmentend_city (string)
: the city where the segment endedtoll (boolean)
: whether or not the segment is on a toll roadleg_end (boolean)
: whether or not the segment is the last "leg" of the trip
Updated about 3 years ago