AddAsset
Add a new asset to the bookable asset register.
AddVehicle
Add a new vehicle suppling a vehicle object. Only singular instance supported.
ApplyOdometerReading
Apply odomoter reading to a vehicle. Only singular instance supported.
AvailabilitySearchForUser
Returns list of available vehicles (not currently booked) a user can book
ChangeDisplaySequence
Change the display sequence or discouragement factor for a vehicle by rego. Only singular instance supported.
ChangeRego
Change a rego for a vehicle. Only singular instance supported.
Delete
Delete a vehicle from the vehicle register by setting the IsDeleted flag to true.
DeleteOdometerReading
Delete an odomoter reading.
GetActivePools
Returns list of active Pools
GetAll
Returns list of vehicles; parameter to include or exclude deleted (non active).
GetAmountOfODOReadingsForUI
For a given rego, returns the list with the specified amount of odo readings recorded for UI
GetAvailableVehicles
Returns list of available vehicles (not currently booked)
GetBodyTypes
Returns list of body/chassis types
GetBookingOverview
For a given rego, at a given time of day, returns the booking overview description.
GetCampuses
Returns list of Campuses
GetDepartments
Returns list of Departments
GetKeywordTags
Returns list of keyword tags
GetLocations
Returns list of Locations
GetODOReadings
For a given rego, returns the list of odo readings recorded
GetODOReadingsForUI
For a given rego, returns the list of the past 10,000 odo readings recorded for UI
GetVehicle
For a given rego, returns a vehicle object
GetVehicleByChassisNo
For a given rego, returns a vehicle object
GetVehicleByFleetID
For a Fleet ID, returns a vehicle object
ListCO2EmissionsByVehicle
Not yet active
ListRegos
This method returns a list of vehicle non-deleted regos and a descriptor of each. Used primarily for rego field ajax type-ahead.
RegistrationRenewed
Records the renewal of registration, particularly the date, so as to generate the correct renewal reminders.
UnDelete
UnDeletes a vehicle from the vehicle register by setting the IsDeleted flag to false.
UpdateField
Exposes an update database call for a specific field name. Used for field-level updates. Cannot be used for Rego field.
UpdateVehicle
Update vehicle details supplying a vehicle object. Only singular instance supported. Use GetVehicle first to populate your fields.
VehicleServiced
Not yet active