T.1.21.0 - Mileage Counter Threshold Exceeded Notification
Overview
This transaction type is published via the Services Portal when a TT210 device's mileage counter exceeds the configured threshold. The TT210 device must have applicable firmware.
Schema
The following diagram illustrates the transaction type's XML schema. Some of the Shared Complex Types are referenced within the transaction type.
Sample XML Transaction
< tran ID = "38431" >
< T.1.21.0 >
< eventTS >2015-07-01T12:04:27Z</ eventTS >
< equipment ID = "CSI1077" mobileType = "10" unitAddress = "0121001077" equipType = "trailer" SCAC = "LABZ" />
< position lat = "40.157222222" lon = "-75.881388888" posTS = "2015-07-01T11:58:46Z" />
< proximity city = "Reading" postal = "19601" country = "US" distance = "12.73" direction = "SSE" placeType = "CITY" stateProv = "PA" />
< proximity city = "Morgantown" postal = "19543" country = "US" distance = ".55" direction = "ENE" placeType = "TOWN" stateProv = "PA" />
< mileageCounter >100100</ mileageCounter >
< mileageCounterTS >2015-07-01T12:01:32Z</ mileageCounterTS >
< mileageCounterThreshold >100000</ mileageCounterThreshold >
</ T.1.21.0 >
</ tran >
|