Click or drag to resize

RemoteVehicleInformationService Methods

OFV Kjøretøydata service

The RemoteVehicleInformationService type exposes the following members.

Methods
  NameDescription
Public methodCode exampleFilterSearch
Search with filter values.

Returns resultset of brand, model and variant based on searchfilter.

Public methodCode exampleGetAvailableFilters
Get available filter that it is possible to use as search options when doing FilterSearch.
Public methodCode exampleGetTax
Get tax for vehicle.
Public methodCode exampleGetVehicle
Get vehicle information.

Returns complete resulset based on BrandDTO object-tree, which describes a complete vehicle.

Public methodCode exampleLimits
Get limits specified in WEB.CONFIG
Public methodCode exampleSearchByBrandAndModel
Search for vehicles

Returns resultset of brand, model and variant based on brand- and model-input.

Public methodCode exampleSearchByDate
Search for new/changed vehicles since date.

Returns resultset of brand, model and variant, with technical data, based on date-input.

Public methodCode exampleSimpleSearch
Simple search for vehicle.

Returns list of brand, model, modelsplit and variant that match search string applied.

Public methodCode exampleSimpleSearchHist
Simple search for vehicle in specified year.

Returns list of brand, model, modelsplit and variant that match search string applied.

Public methodCode exampleTemplate
Get template to build uniform data presentation.

Delivers a vehicle-object-tree, that together with data for a vehicle, can be used to present a vehicle with data, types, headers and descriptions.

Top
See Also