Click or drag to resize

VehicleInformationServiceExportFilterSearch Method

OFV Kjøretøydata service

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.

Namespace:  OfvVehicleData.Service
Assembly:  OfvVehicleData.Service (in OfvVehicleData.Service.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public DTO ExportFilterSearch(
	UserDTO user,
	SearchFilterDTO filter,
	string variants,
	string exportFormat,
	int vehicleGroup,
	string format
)

Parameters

user
Type: OfvService.DTO.LoginUserDTO
UserDTO
filter
Type: OfvService.DTO.FilterSearchFilterDTO
Filter SearchFilterDTO used for filtersearch - now used for building report with filterdata only.
variants
Type: SystemString
String of variants to get information for - variantIds seperated by comma.
exportFormat
Type: SystemString
Select between PDF or CSV (CSV requires special user grants).
vehicleGroup
Type: SystemInt32
Vehiclegroup code defines which group to work with.
format
Type: SystemString
json/xml - which format result will be delivered in.

Return Value

Type: DTO
Returns success or error - report is sent to users registered email.
See Also