VehicleInformationServiceExportByVariantIds Method |
OFV Kjøretøydata service
Export vehicleinformation for variants to PDF document.
There is restriction on 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)
Syntaxpublic DTO ExportByVariantIds(
UserDTO user,
string variants,
int vehicleGroup,
string format,
int searchYear
)
Parameters
- user
- Type: OfvService.DTO.LoginUserDTO
UserDTO - variants
- Type: SystemString
String of variants to get information for - variantIds seperated by comma. - vehicleGroup
- Type: SystemInt32
Vehiclegroup code defines which group to work with. - format
- Type: SystemString
json/xml - which format result will be delivered in. - searchYear
- Type: SystemInt32
Year to search in
Return Value
Type:
DTO
Returns success or error - report is sent to users registered email.
See Also