VehicleWebService
Hours of Service (HOS) web service for Vehicle data.
The following operations are supported. For a formal definition, please review the Service Description.
-
Add
Adds the Vehicle data provided to the HOS database. -
AddEx
Adds the Vehicle data provided to the HOS database. Multiple VehicleData objects can be provided. -
AddVehicle
Adds the Vehicle row data provided to the HOS database. This method is similar to Add method and additionally it allows to addPlateNumber
field. -
AssignHOSModeByDepot
Sets the ELD mode (AOBRD/ELD) for all applicable devices in the depot -
CreateVehicleGroup
Creates a vehicle group and assigns it to a depot if a depot name has been specified. The specified depot should have already been created or else this call will fail. For documentation refer Wiki -
Get
Returns a VehicleInfo object with vehicle properties for the specified vehicle ID. -
GetDeviceTypeInDepot
The GetDeviceTypeInDepot web service will provide customers a way to determine which of their vehicles have ELD devices onboard and which have AOBRDs. -
GetVehicles
Returns a list of VehicleIdentity objects for the vehicles in the company. Each VehicleIdentity has the VehicleID and UA. -
GetVehiclesInDepot
Returns a list of VehicleIdentity objects, one for each vehicle in the specified depot. Each VehicleIdentity has the VehicleID and UA. -
GetVehiclesInGroup
Returns a list of VehicleIdentity objects, one for each vehicle in the specified group. Each VehicleIdentity has the VehicleID and UA. -
Update
Updates the Vehicle data provided in the HOS database. -
UpdateEx
Updates the Vehicle data provided to the HOS database. Multiple VehicleData objects can be provided. -
UpdateVehicle
Updates the Vehicle table with row data provided to the HOS database. This method is similar toUpdate
method but it also allows to setPlateNumber
field. -
UpdateVehicleGroup
Updates an existing vehicle group. Both group name and the depot that it has been assigned to can be changed. If the depot assigned is being changed then the new depot must be created first. For documentation refer Wiki -
VehicleOdometers
Returns beginning and ending odometers in tenths of miles for all MCP equipped tractors in use for the specified depot and day. -
VerifyAccess
Provided as a convenience to determine if the call has access to the web service.