VehicleInformationService Methods |
The VehicleInformationService type exposes the following members.
| Name | Description | |
|---|---|---|
| CompareExportByVariantIds |
Export compare of vehicles to PDF or CSV.
There is restriction on how many vehicles that can be compared - try call "limits()" to get boundaries. | |
| CompareExportByVariantIdsHist |
Export compare of vehicles to PDF or CSV.
There is restriction on how many vehicles that can be compared - try call "limits()" to get boundaries. | |
| Export |
Export vehicleinformation by freetext searchstring to PDF document.
There is no restrictions, so its possible to export complete set of vehicledata (Bilpriser). | |
| ExportByVariantIds |
Export vehicleinformation for variants to PDF document.
There is restriction on how big resultset can be - try call "limits()" to get boundaries. | |
| ExportFilterSearch |
Export filtersearch result to PDF or CSV.
There is restriction on how many filters to show and how big resultset can be - try call "limits()" to get boundaries. | |
| FilterSearch |
Search with filter values.
Returns resultset of brand, model and variant based on searchfilter. | |
| GetAvailableFilters |
Get available filter that it is possible to use as search options when doing FilterSearch.
| |
| GetAvailableFiltersHist |
Get available filter that it is possible to use as search options when doing FilterSearch.
Specific version for History!
| |
| GetEnvironmentPoster |
Generates the environment poster as a pdf.
| |
| GetEnvironmentPoster2020 |
Generates the environment poster as a pdf.
| |
| GetTax |
Get tax for vehicle.
| |
| GetVehicle |
Get vehicle information.
Returns complete resulset based on BrandDTO object-tree, which describes a complete vehicle. | |
| Limits |
Get limits specified in WEB.CONFIG
| |
| RegisterError |
Register an error in application/service
- mail will be sent to provider/owner of service. | |
| RegisterForSubscription |
Register for subscribtion
- mail will be sent to provider/owner of service. | |
| SearchByBrandAndModel |
Search for vehicles
Returns resultset of brand, model and variant based on brand- and model-input. | |
| SearchByBrandAndModelHist |
Search for vehicles + history
Returns resultset of brand, model and variant based on brand- and model-input. | |
| SearchByDate |
Search for new/changed vehicles since date.
Returns resultset of brand, model and variant, with technical data, based on date-input. | |
| SimpleSearch |
Simple search for vehicle.
Returns list of brand, model, modelsplit and variant that match search string applied. | |
| SimpleSearchHist |
Simple search for vehicle + history.
Returns list of brand, model, modelsplit and variant that match search string applied. | |
| Template |
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. |