Description
Contains the calculated results for the trip after it is run.
Version
Version 1.0
Parameter | Type | Notes |
---|---|---|
TripLegs
|
List<TripLeg> | |
OriginLabel
|
string | |
DestinationLabel
|
string | |
TripDistance
|
float | |
TripMinutes
|
int | Sum of all the State Tax, IFTA Surcharges, and Mile taxes incurred during the trip |
MapPoints
|
List<MapPoint> | |
JurisdictionMileage
|
List<JurisdictionMileage> | |
DrivingDirections
|
List<DrivingDirection> | |
TripSummary
|
TripSummaryRow | |
TruckStopsOnRoute
|
List<TruckStop> | |
Itinerary
|
List<ItineraryRow> | |
TruckStopsOnRoute
|
List<TruckStop> | |
HasRelaxedRestrictions
|
bool | Marked as true if the router had to override restrictions to route the trip with the truck configuration sent in. |
EstimatedTollCharges
|
float | |
EstimatedFuelCost
|
float | |
AverageRetailPricePerGallon
|
float | |
FuelOptimization
|
FuelOptimizationResult | |
ResponseMessage
|
string | |
ResponseStatus
|
ResponseType | |
RouteMethod
|
RouteMethod |
Notes
None