ReduceTripRequestBody Class Reference

Inherits ADiagnosticsRequest.

Properties

List< GPSPointRoutePings [get, set]
 Gets or sets the collection of coordinates used to specify the pings along the route. More...
 
double OffRouteMiles [get, set]
 Gets or sets the value indicating the off route miles for the route. More...
 
bool HighwayOnly [get, set]
 Gets or sets a value indicating whether to use highway only routing. This value will be ignored if RoutingOptions are supplied. More...
 
ReportType ReportType [get, set]
 Gets or sets the request report type. Only MileageReportType, DetailReportType, RoadReportType, StateReportType, RoutePathReportType, TollDetailReportType (PCM_EU only), SpeedLimitReportType, and FuelTaxReportType are supported. More...
 
DataRegion Region [get, set]
 Gets or sets the region of the pings More...
 
RouteOptions RoutingOptions [get, set]
 Gets or sets the route options. If this is supplied the HighwayOnly property will be ignored. More...
 
SharedOptions ExtendedOptions [get, set]
 Gets or sets the extended routing options. More...
 
ReportOptions ReportingOptions [get, set]
 Gets or sets the report routing options. More...
 
string RouteId [get, set]
 Gets or sets the unique route identifier. This may be used to identify routes when reports are created. More...
 
string AssetId [get, set]
 Get or set the Asset Id More...
 

Detailed Description

Represents a ReduceTripRequestBody structure which contains a collection of trip pings, value for the off route miles, value indicating highway only options, and the report type to return.

Property Documentation

◆ RoutePings

List<GPSPoint> RoutePings
getset

Gets or sets the collection of coordinates used to specify the pings along the route.

◆ OffRouteMiles

double OffRouteMiles
getset

Gets or sets the value indicating the off route miles for the route.

◆ HighwayOnly

bool HighwayOnly
getset

Gets or sets a value indicating whether to use highway only routing. This value will be ignored if RoutingOptions are supplied.

◆ ReportType

ReportType ReportType
getset

Gets or sets the request report type. Only MileageReportType, DetailReportType, RoadReportType, StateReportType, RoutePathReportType, TollDetailReportType (PCM_EU only), SpeedLimitReportType, and FuelTaxReportType are supported.

◆ Region

DataRegion Region
getset

Gets or sets the region of the pings

◆ RoutingOptions

RouteOptions RoutingOptions
getset

Gets or sets the route options. If this is supplied the HighwayOnly property will be ignored.

◆ ExtendedOptions

SharedOptions ExtendedOptions
getset

Gets or sets the extended routing options.

◆ ReportingOptions

ReportOptions ReportingOptions
getset

Gets or sets the report routing options.

◆ RouteId

string RouteId
getset

Gets or sets the unique route identifier. This may be used to identify routes when reports are created.

◆ AssetId

string AssetId
getset

Get or set the Asset Id