Description
The Trip object allows for running complex trips with complex results. For simpler trips, use the SimpleTrip object.
Version
Version 1.1
Parameter | Type | Notes |
---|---|---|
TripID
|
String | |
TripLegs
|
List<TripLeg> | |
ResponseStatus
|
ResponseType | |
TripStartDate
|
DateTime | |
TripEndDate
|
DateTime | |
UnitID
|
String | |
UnitMPG
|
Decimal | |
TrailerID
|
String | |
Driver
|
String | |
GetMapPoints
|
bool | |
StartOdometer
|
Decimal | |
EndOdometer
|
Decimal | |
Comments
|
String | |
ResponseMessage
|
String | |
GetStaticTripMap
|
bool | |
TripMap
|
StaticMap | |
FuelPurchases
|
FuelPurchase | |
VehicleAndLoadDescription
|
VehicleConfiguration | |
GetDrivingDirections
|
bool | |
GetStateBreakout
|
bool | |
GetFuelOptimization
|
bool | |
GetTripSummary
|
bool | |
GetItinerary
|
bool | |
GetTruckStopsOnRoute
|
bool | |
GetTaxSummary
|
bool |
Notes