Trailer Information
Information about a trailer is implemented in the Trailer object. The attributes of the Trailer object are:
Attribute
|
Description
|
---|---|
type |
A string of maximum length 3 that indicates the type of the trailer (e.g. DRY, FLT, VAN, 48F, 53F). |
posTime |
A string containing a timestamp in the form YYYY-MM-DDTHH:MM:SSZ indicating the time in GMT of the last position report from this trailer. |
latitude |
A floating point (double) value containing the last reported latitude of the trailer in decimal degrees. A positive value indicates the northern hemisphere. A negative value indicates the southern hemisphere. |
longitude |
A floating point (double) value containing the last reported longitude of the trailer in decimal degrees. A positive value indicates the eastern hemisphere. A negative value indicates the western hemisphere. |
proximityTown |
A ProximityReference object containing information about the small town that is nearest to the last reported position of this trailer. |
proximityCity |
A ProximityReference object containing information about the large city that is nearest to the last reported position of this trailer. |
vehicle |
An AssetIdentifier containing the Standard Carrier Alpha Code (SCAC) and identifier for the vehicle currently connected to this trailer. |
lost |
A string indicating whether or not this trailer status is overdue. A trailer's status is considered overdue when no trailer reports (positions or events) have been received within a specified period of time. This period of time is set as a number of days in the trailer's monitoring plan. Possible values are: |
eventDesc |
A string containing a description of the event on the trailer. |
eventTime |
A string containing a timestamp in the form YYYY-MM-DDTHH:MM:SSZ indicating the time in GMT of the event on the trailer. |
trlrMonPlan |
A Trailer Monitoring Plan object containing information about the trailer's monitoring plan. Every trailer is assigned a monitoring plan. A monitoring plan specifies which trailer events should be monitored and who should be notified when the event is detected. In addition, a monitoring plan also specifies the trailer compatiblity requirement for each sensor (cargo, door, auxiliary). Compatiblity requirements are specified as: |
battCharge |
A string indicating the status of the battery on the untehtered trailer tracking unit. Possible values are: |
battReplace |
A string containing a timestamp in the form YYYY-MM-DDTHH:MM:SSZ indicating the time the battery was last replaced on the untehtered trailer tracking unit. |
foreignTrlr |
A string indicating whether or not this trailer is a foreign or owned trailer. A foreign trailer is one that belongs to another account. |
loaded |
Indicates the loaded status of the trailer. The loaded status may be set by either the state of the cargo sensor or via a call to the SetLoadedStatus web service (but not both). Possible values are: |
loadTime |
A string containing a timestamp in the form YYYY-MM-DDTHH:MM:SSZ indicating the time in GMT of the change to the loaded status. |
cargoSnsr |
A string indicating the state of the cargo sensor. Possible values are: |
cargoSnsrTime |
A string containing a timestamp in the form YYYY-MM-DDTHH:MM:SSZ indicating the time in GMT of the change to the state of the cargo sensor. |
doorSnsr |
A string indicating the state of the door sensor. Possible values are: |
doorSnsrTime |
A string containing a timestamp in the form YYYY-MM-DDTHH:MM:SSZ indicating the time in GMT of the change to the state of the door sensor. |
auxSnsr |
A string indicating the state of the auxiliary sensor. Possible values are: |
auxSnsrTime |
A string containing a timestamp in the form YYYY-MM-DDTHH:MM:SSZ indicating the time in GMT of the change to the state of the auxiliary sensor. |
geofence |
A Geofence object containing information about this trailer's geofence. |
geoText |
A string containing a description of the geofeonce. |
insideGeo |
A string indicating whether or not this trailer is inside its geofence. Possible values are: |
geoExists |
A string indicating whether or not a geofence exists for this trailer. Possible values are: |
geoPndSelfCent |
A string indicating whether or not the centerpoint of self-centered geofence is pending (center location unknown). A self-centered geofence uses the trailer's position as of the geofence start date as its centerpoint. Possible values are: |
newGeoSent |
Indicates whether or not an updated geofence is being sent to the trailer. Possible values are: |
WSDL Definition
Here is how the Trailer Information object is defined within the WSDL
|
Sample XML
Here is some sample XML that shows what the Trailer Information object will look like in XML
|