Click or drag to resize

VehicleInformationServiceGetAvailableFilters Method

OFV Kjøretøydata service

Get available filter that it is possible to use as search options when doing FilterSearch.

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

Parameters

user
Type: OfvService.DTO.LoginUserDTO
UserDTO
filter
Type: SystemString
The filters to return.

Types of filter.

  • vehiclegroups - return complete list of vehiclegroups existing.
  • brandmodel - return complete list of available brands and models for specified vehiclegroup.
  • brandmodelvariant - return complete list of available brands, models, modelsplit and variants for specified vehiclegroup.
  • chassis - searchable chassis types available in database.
  • fuel - searchable fuel types available in database.
  • engine - searchable engine types available in database.
  • battery - searchable battery types available in database.
  • exhaust - searchable exhaust requirements (avgasskrav) available in database.
  • segment - searchable segments available in database.
  • gear - searchable gear types available in database.
  • filter - searchable vehicle/filter-data available in database.
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 SearchFilterDTO
Examples
Hers`s an example on how to get a list of available filter that can be used in filtersearch.

In this example all filters are returned.

Input
{
    "user" : {
        "username" : "my@email.com",
        "token" : "b0d7bfc7c0afd3092d50df077110783c",
        "ipAddress" : "192.168.1.254"
    },
    "filter" : "filter",
    "vehicleGroup" : "101"
}
Output
{
    "success" : true,
    "data" : {
        "__type" : "srcFlt:filter",
        "batTpFlt" : {
            "nm" : "Batteritype",
            "flt" : [{
                    "__type" : "batTp:vehicle",
                    "id" : 2,
                    "nm" : "Litium Ion",
                    "sNm" : "Li-Ion"
                }, {
                    "__type" : "batTp:vehicle",
                    "id" : 4,
                    "nm" : "Nikkel Metall Hydrid",
                    "sNm" : "Ni-Mh"
                }
            ]
        },
        "chsFlt" : {
            "nm" : "Karosseri",
            "flt" : [{
                    "__type" : "chs:vehicle",
                    "id" : 3,
                    "nm" : "Combi-Coupè",
                    "sNm" : "COM",
                    "sort" : 10
                }, {
                    "__type" : "chs:vehicle",
                    "id" : 2,
                    "nm" : "Sedan",
                    "sNm" : "SED",
                    "sort" : 20
                }, {
                    "__type" : "chs:vehicle",
                    "id" : 4,
                    "nm" : "Stasjonsvogn",
                    "sNm" : "STV",
                    "sort" : 30
                }, {
                    "__type" : "chs:vehicle",
                    "id" : 5,
                    "nm" : "Coupè",
                    "sNm" : "CUP",
                    "sort" : 40
                }, {
                    "__type" : "chs:vehicle",
                    "id" : 6,
                    "nm" : "Cabriolet",
                    "sNm" : "CAB",
                    "sort" : 50
                }, {
                    "__type" : "chs:vehicle",
                    "id" : 9,
                    "nm" : "Flerbruksbil",
                    "sNm" : "FLE",
                    "sort" : 60
                }, {
                    "__type" : "chs:vehicle",
                    "id" : 7,
                    "nm" : "Pickup",
                    "sNm" : "PIC",
                    "sort" : 100
                }, {
                    "__type" : "chs:vehicle",
                    "id" : 11,
                    "nm" : "Sport Utility Vehicle",
                    "sNm" : "SUV",
                    "sort" : 105
                }
            ]
        },
        "exhFlt" : {
            "nm" : "Utslippskategori",
            "flt" : [{
                    "__type" : "exh:vehicle",
                    "id" : 1,
                    "nm" : "Euro 3",
                    "desc" : "",
                    "sort" : 10
                }, {
                    "__type" : "exh:vehicle",
                    "id" : 2,
                    "nm" : "Euro 4",
                    "desc" : "",
                    "sort" : 20
                }, {
                    "__type" : "exh:vehicle",
                    "id" : 3,
                    "nm" : "Euro 5",
                    "desc" : "",
                    "sort" : 30
                }, {
                    "__type" : "exh:vehicle",
                    "id" : 4,
                    "nm" : "Euro 6",
                    "desc" : "",
                    "sort" : 40
                }
            ]
        },
        "fuFlt" : {
            "nm" : "Drivstoff",
            "flt" : [{
                    "__type" : "fu:vehicle",
                    "id" : 0,
                    "nm" : "Bensin",
                    "sNm" : "B"
                }, {
                    "__type" : "fu:vehicle",
                    "id" : 1,
                    "nm" : "Diesel",
                    "sNm" : "D"
                }, {
                    "__type" : "fu:vehicle",
                    "id" : 2,
                    "nm" : "Elbil",
                    "sNm" : "E"
                }, {
                    "__type" : "fu:vehicle",
                    "id" : 4,
                    "nm" : "Bensin\/CNG",
                    "sNm" : "N"
                }, {
                    "__type" : "fu:vehicle",
                    "id" : 6,
                    "nm" : "Bensin\/Batteri",
                    "sNm" : "HB"
                }, {
                    "__type" : "fu:vehicle",
                    "id" : 7,
                    "nm" : "Diesel\/Batteri",
                    "sNm" : "HD"
                }, {
                    "__type" : "fu:vehicle",
                    "id" : 8,
                    "nm" : "Bensin\/E85",
                    "sNm" : "A"
                }
            ]
        },
        "geTpFlt" : {
            "nm" : "Girtype",
            "flt" : [{
                    "__type" : "geTp:vehicle",
                    "id" : 0,
                    "nm" : "Manuell",
                    "sNm" : "MAN"
                }, {
                    "__type" : "geTp:vehicle",
                    "id" : 1,
                    "nm" : "Automat",
                    "sNm" : "AUT"
                }
            ]
        },
        "prcFlt" : {
            "id" : 0,
            "nm" : "Pris importør",
            "val" : 0,
            "valTp" : "NOK",
            "flt" : [{
                    "min" : "115000",
                    "max" : "3555400"
                }
            ]
        },
        "segFlt" : {
            "nm" : "Segment",
            "flt" : [{
                    "__type" : "seg:vehicle",
                    "id" : 1,
                    "nm" : "Minibiler"
                }, {
                    "__type" : "seg:vehicle",
                    "id" : 2,
                    "nm" : "Småbiler"
                }, {
                    "__type" : "seg:vehicle",
                    "id" : 3,
                    "nm" : "Kompaktklassen"
                }, {
                    "__type" : "seg:vehicle",
                    "id" : 4,
                    "nm" : "Mellomklassen"
                }, {
                    "__type" : "seg:vehicle",
                    "id" : 5,
                    "nm" : "Store biler"
                }, {
                    "__type" : "seg:vehicle",
                    "id" : 6,
                    "nm" : "Luksusbiler"
                }, {
                    "__type" : "seg:vehicle",
                    "id" : 7,
                    "nm" : "Flerbrukbiler"
                }, {
                    "__type" : "seg:vehicle",
                    "id" : 8,
                    "nm" : "Terrengbiler"
                }, {
                    "__type" : "seg:vehicle",
                    "id" : 9,
                    "nm" : "Sportsbiler"
                }
            ]
        },
        "tdGrpFlt" : [{
                "id" : 1,
                "nm" : "Motordata total",
                "thdLs" : [{
                        "id" : 101,
                        "nm" : "Motorytelse total",
                        "valTp" : "kW",
                        "flt" : [{
                                "min" : "40",
                                "max" : "420"
                            }
                        ]
                    }, {
                        "id" : 102,
                        "nm" : "Motorytelse total",
                        "valTp" : "hk",
                        "flt" : [{
                                "min" : "54",
                                "max" : "571"
                            }
                        ]
                    }, {
                        "id" : 103,
                        "nm" : "Dreiemoment total",
                        "valTp" : "Nm",
                        "flt" : [{
                                "min" : "89",
                                "max" : "800"
                            }
                        ]
                    }, {
                        "id" : 104,
                        "nm" : "Drivhjul total",
                        "flt" : [{
                                "nm" : "A",
                                "valAlt" : "Alle"
                            }, {
                                "nm" : "B",
                                "valAlt" : "Bak"
                            }, {
                                "nm" : "F",
                                "valAlt" : "Foran"
                            }
                        ]
                    }
                ]
            }, {
                "id" : 11,
                "nm" : "Garanti\/service",
                "thdLs" : [{
                        "id" : 1101,
                        "nm" : "Garanti",
                        "valTp" : "år",
                        "flt" : [{
                                "min" : "2",
                                "max" : "10"
                            }
                        ]
                    }, {
                        "id" : 1102,
                        "nm" : "Garanti, km-begrensning",
                        "valTp" : "km",
                        "flt" : [{
                                "min" : "24000",
                                "max" : "200000"
                            }
                        ]
                    }, {
                        "id" : 1103,
                        "nm" : "Garanti mot rust",
                        "valTp" : "år",
                        "flt" : [{
                                "min" : "2",
                                "max" : "30"
                            }
                        ]
                    }, {
                        "id" : 1104,
                        "nm" : "Garanti lakk",
                        "valTp" : "år",
                        "flt" : [{
                                "min" : "2",
                                "max" : "12"
                            }
                        ]
                    }, {
                        "id" : 1105,
                        "nm" : "Serviceintervall",
                        "valTp" : "km",
                        "flt" : [{
                                "min" : "12000",
                                "max" : "50000"
                            }
                        ]
                    }, {
                        "id" : 1106,
                        "nm" : "Service ved behov",
                        "flt" : [{
                                "nm" : "0",
                                "valAlt" : "Nei"
                            }, {
                                "nm" : "1",
                                "valAlt" : "Ja"
                            }
                        ]
                    }
                ]
            }, {
                "id" : 2,
                "nm" : "Motordata",
                "thdLs" : [{
                        "id" : 215,
                        "nm" : "Motortype",
                        "flt" : [{
                                "nm" : "Boxer-motor"
                            }, {
                                "nm" : "Rekkemotor"
                            }, {
                                "nm" : "V-motor"
                            }
                        ]
                    }, {
                        "id" : 214,
                        "nm" : "Turbo\/Kompressor",
                        "flt" : [{
                                "nm" : "Bi-turbo"
                            }, {
                                "nm" : "Ingen"
                            }, {
                                "nm" : "Kompressor"
                            }, {
                                "nm" : "Turbo"
                            }, {
                                "nm" : "Turbo\/kompressor"
                            }
                        ]
                    }, {
                        "id" : 201,
                        "nm" : "Sylindervolum",
                        "valTp" : "cm3",
                        "flt" : [{
                                "min" : "799",
                                "max" : "6299"
                            }
                        ]
                    }, {
                        "id" : 202,
                        "nm" : "Sylindre antall",
                        "flt" : [{
                                "nm" : "10"
                            }, {
                                "nm" : "12"
                            }, {
                                "nm" : "2"
                            }, {
                                "nm" : "3"
                            }, {
                                "nm" : "4"
                            }, {
                                "nm" : "5"
                            }, {
                                "nm" : "6"
                            }, {
                                "nm" : "8"
                            }
                        ]
                    }, {
                        "id" : 211,
                        "nm" : "Ventiler, antall",
                        "flt" : []
                    }, {
                        "id" : 203,
                        "nm" : "Boring",
                        "valTp" : "mm",
                        "flt" : []
                    }, {
                        "id" : 204,
                        "nm" : "Slaglengde",
                        "valTp" : "mm",
                        "flt" : []
                    }, {
                        "id" : 205,
                        "nm" : "Kompresjon",
                        "flt" : []
                    }, {
                        "id" : 209,
                        "nm" : "Turtall ved maks effekt",
                        "valTp" : "o\/min",
                        "flt" : []
                    }, {
                        "id" : 210,
                        "nm" : "Turtall ved maks dreiemoment",
                        "valTp" : "o\/min",
                        "flt" : []
                    }, {
                        "id" : 216,
                        "nm" : "Stop\/start",
                        "flt" : [{
                                "nm" : "0",
                                "valAlt" : "Nei"
                            }, {
                                "nm" : "1",
                                "valAlt" : "Ja"
                            }
                        ]
                    }, {
                        "id" : 217,
                        "nm" : "Lademotor",
                        "flt" : [{
                                "nm" : "0",
                                "valAlt" : "Nei"
                            }, {
                                "nm" : "1",
                                "valAlt" : "Ja"
                            }
                        ]
                    }, {
                        "id" : 301,
                        "nm" : "Dieselpartikkelfilter",
                        "flt" : [{
                                "nm" : "0",
                                "valAlt" : "Nei"
                            }, {
                                "nm" : "1",
                                "valAlt" : "Ja"
                            }
                        ]
                    }
                ]
            }, {
                "id" : 12,
                "nm" : "Batteridata",
                "thdLs" : [{
                        "id" : 1201,
                        "nm" : "Spenning",
                        "valTp" : "Volt",
                        "flt" : []
                    }, {
                        "id" : 1204,
                        "nm" : "Ekstern lading",
                        "flt" : [{
                                "nm" : "0",
                                "valAlt" : "Nei"
                            }, {
                                "nm" : "1",
                                "valAlt" : "Ja"
                            }
                        ]
                    }, {
                        "id" : 1205,
                        "nm" : "Ladespenning",
                        "valTp" : "Volt",
                        "flt" : [{
                                "min" : "230",
                                "max" : "230"
                            }
                        ]
                    }, {
                        "id" : 1206,
                        "nm" : "Ladetid",
                        "valTp" : "Timer",
                        "flt" : [{
                                "min" : "6",
                                "max" : "8"
                            }
                        ]
                    }, {
                        "id" : 1207,
                        "nm" : "Ladetid hurtiglading",
                        "valTp" : "Timer",
                        "flt" : [{
                                "min" : "0.5",
                                "max" : "4"
                            }
                        ]
                    }, {
                        "id" : 1202,
                        "nm" : "Kapasitet",
                        "valTp" : "kWh",
                        "flt" : []
                    }, {
                        "id" : 1203,
                        "nm" : "Rekkevidde",
                        "valTp" : "km",
                        "flt" : [{
                                "min" : "3",
                                "max" : "175"
                            }
                        ]
                    }, {
                        "id" : 1208,
                        "nm" : "Vekt",
                        "valTp" : "kg",
                        "flt" : [{
                                "min" : "27",
                                "max" : "200"
                            }
                        ]
                    }
                ]
            }, {
                "id" : 3,
                "nm" : "Miljødata",
                "thdLs" : [{
                        "id" : 302,
                        "nm" : "CO2-klassifisering",
                        "flt" : [{
                                "nm" : "A"
                            }, {
                                "nm" : "B"
                            }, {
                                "nm" : "C"
                            }, {
                                "nm" : "D"
                            }, {
                                "nm" : "E"
                            }, {
                                "nm" : "F"
                            }, {
                                "nm" : "G"
                            }
                        ]
                    }, {
                        "id" : 311,
                        "nm" : "Strømforbruk",
                        "valTp" : "kWh\/mil",
                        "flt" : []
                    }, {
                        "id" : 303,
                        "nm" : "Forbruk landevei",
                        "valTp" : "l\/mil",
                        "flt" : [{
                                "min" : "0",
                                "max" : "9.51"
                            }
                        ]
                    }, {
                        "id" : 304,
                        "nm" : "Forbruk bykjøring",
                        "valTp" : "l\/mil",
                        "flt" : [{
                                "min" : "0",
                                "max" : "9.6"
                            }
                        ]
                    }, {
                        "id" : 305,
                        "nm" : "Forbruk snitt",
                        "valTp" : "l\/mil",
                        "flt" : [{
                                "min" : "0",
                                "max" : "1.68"
                            }
                        ]
                    }, {
                        "id" : 306,
                        "nm" : "CO2-utslipp",
                        "valTp" : "g\/km",
                        "flt" : [{
                                "min" : "0",
                                "max" : "1195"
                            }
                        ]
                    }, {
                        "id" : 307,
                        "nm" : "NOx-utslipp",
                        "valTp" : "mg\/km",
                        "flt" : [{
                                "min" : "0.9",
                                "max" : "360"
                            }
                        ]
                    }, {
                        "id" : 308,
                        "nm" : "Partikkelutslipp",
                        "valTp" : "g\/km",
                        "flt" : [{
                                "min" : "0.0001",
                                "max" : "0.51"
                            }
                        ]
                    }, {
                        "id" : 309,
                        "nm" : "Støy tomgang",
                        "valTp" : "dBA",
                        "flt" : [{
                                "min" : "69",
                                "max" : "90"
                            }
                        ]
                    }, {
                        "id" : 310,
                        "nm" : "Kjørestøy",
                        "valTp" : "dBA",
                        "flt" : [{
                                "min" : "65",
                                "max" : "87"
                            }
                        ]
                    }
                ]
            }, {
                "id" : 4,
                "nm" : "Prestasjoner",
                "thdLs" : [{
                        "id" : 401,
                        "nm" : "Akselerasjon 0-100 km\/t",
                        "valTp" : "sek",
                        "flt" : [{
                                "min" : "2.9",
                                "max" : "31.2"
                            }
                        ]
                    }, {
                        "id" : 402,
                        "nm" : "Topphastighet",
                        "valTp" : "km\/t",
                        "flt" : [{
                                "min" : "28",
                                "max" : "317"
                            }
                        ]
                    }
                ]
            }, {
                "id" : 5,
                "nm" : "Drivlinje",
                "thdLs" : [{
                        "id" : 504,
                        "nm" : "Gir, antall",
                        "flt" : [{
                                "nm" : "0",
                                "valAlt" : "Trinnløs"
                            }, {
                                "nm" : "4"
                            }, {
                                "nm" : "5"
                            }, {
                                "nm" : "6"
                            }, {
                                "nm" : "7"
                            }, {
                                "nm" : "8"
                            }
                        ]
                    }, {
                        "id" : 505,
                        "nm" : "Girbeskrivelse",
                        "flt" : [{
                                "nm" : " AMG Speedshift 7G-Tronic"
                            }, {
                                "nm" : "2 Tronic"
                            }, {
                                "nm" : "7G Tronic Plus"
                            }, {
                                "nm" : "7G-DCT"
                            }, {
                                "nm" : "7G-TRONIC"
                            }, {
                                "nm" : "7G-Tronic Plus"
                            }, {
                                "nm" : "AMG Spedshift 7G-Tronic"
                            }, {
                                "nm" : "AMG Speedshift 7G-TRONIC"
                            }, {
                                "nm" : "AMG Speedshift DCT-7"
                            }, {
                                "nm" : "AMG Speedshift MCT 7"
                            }, {
                                "nm" : "AMG SPEEDSHIFT MCT 7G"
                            }, {
                                "nm" : "AMT"
                            }, {
                                "nm" : "Automatgir"
                            }, {
                                "nm" : "Autotronic CVT"
                            }, {
                                "nm" : "Autotronic CVT 7 trinn"
                            }, {
                                "nm" : "CommandShift"
                            }, {
                                "nm" : "CVT"
                            }, {
                                "nm" : "DKG"
                            }, {
                                "nm" : "Dobbel Clutch automat"
                            }, {
                                "nm" : "DSG"
                            }, {
                                "nm" : "DSG-7"
                            }, {
                                "nm" : "Easytronic"
                            }, {
                                "nm" : "ECVT"
                            }, {
                                "nm" : "E-CVT"
                            }, {
                                "nm" : "EDC"
                            }, {
                                "nm" : "Elektronisk"
                            }, {
                                "nm" : "EMG"
                            }, {
                                "nm" : "Lineartronic 6-trinn"
                            }, {
                                "nm" : "M DCT"
                            }, {
                                "nm" : "M DKG"
                            }, {
                                "nm" : "M5"
                            }, {
                                "nm" : "M6"
                            }, {
                                "nm" : "Manuell"
                            }, {
                                "nm" : "M-CVT"
                            }, {
                                "nm" : "med manuell funksjon"
                            }, {
                                "nm" : "MMT"
                            }, {
                                "nm" : "Mulitmode"
                            }, {
                                "nm" : "Multidrive"
                            }, {
                                "nm" : "Multidrive S"
                            }, {
                                "nm" : "Multimode"
                            }, {
                                "nm" : "multitronic"
                            }, {
                                "nm" : "PDK"
                            }, {
                                "nm" : "PowerShift"
                            }, {
                                "nm" : "R tronic"
                            }, {
                                "nm" : "S tronic"
                            }, {
                                "nm" : "Sequential Shift"
                            }, {
                                "nm" : "Sportshift"
                            }, {
                                "nm" : "Steptronic"
                            }, {
                                "nm" : "TC-SST "
                            }, {
                                "nm" : "Tippshift"
                            }, {
                                "nm" : "Tiptronic"
                            }, {
                                "nm" : "Tiptronic S"
                            }, {
                                "nm" : "Touchtronic"
                            }, {
                                "nm" : "Touchtronic 2"
                            }, {
                                "nm" : "T-Tronic"
                            }
                        ]
                    }, {
                        "id" : 506,
                        "nm" : "Lavgir",
                        "flt" : [{
                                "nm" : "0",
                                "valAlt" : "Nei"
                            }, {
                                "nm" : "1",
                                "valAlt" : "Ja"
                            }
                        ]
                    }
                ]
            }, {
                "id" : 6,
                "nm" : "Hjul\/bremser",
                "thdLs" : [{
                        "id" : 507,
                        "nm" : "Parkeringsbrems, elektrisk",
                        "flt" : [{
                                "nm" : "0",
                                "valAlt" : "Nei"
                            }, {
                                "nm" : "1",
                                "valAlt" : "Ja"
                            }
                        ]
                    }, {
                        "id" : 508,
                        "nm" : "Parkeringsbrems",
                        "flt" : []
                    }, {
                        "id" : 601,
                        "nm" : "Bremser foran",
                        "flt" : []
                    }, {
                        "id" : 602,
                        "nm" : "Bremser bak",
                        "flt" : []
                    }, {
                        "id" : 604,
                        "nm" : "Dekkdimensjon foran",
                        "flt" : []
                    }, {
                        "id" : 605,
                        "nm" : "Dekkdimensjon bak",
                        "flt" : []
                    }, {
                        "id" : 606,
                        "nm" : "Felgdimensjon foran",
                        "flt" : []
                    }, {
                        "id" : 607,
                        "nm" : "Felgdimensjon bak",
                        "flt" : []
                    }, {
                        "id" : 608,
                        "nm" : "Minimum innpress foran",
                        "valTp" : "mm",
                        "flt" : []
                    }, {
                        "id" : 609,
                        "nm" : "Minimum innpress bak",
                        "valTp" : "mm",
                        "flt" : []
                    }
                ]
            }, {
                "id" : 7,
                "nm" : "Karosseri",
                "thdLs" : [{
                        "id" : 702,
                        "nm" : "Antall dører",
                        "flt" : [{
                                "nm" : "2"
                            }, {
                                "nm" : "3"
                            }, {
                                "nm" : "4"
                            }, {
                                "nm" : "5"
                            }
                        ]
                    }, {
                        "id" : 703,
                        "nm" : "Antall sitteplasser",
                        "flt" : [{
                                "nm" : "2"
                            }, {
                                "nm" : "4"
                            }, {
                                "nm" : "5"
                            }, {
                                "nm" : "6"
                            }, {
                                "nm" : "7"
                            }, {
                                "nm" : "8"
                            }, {
                                "nm" : "9"
                            }
                        ]
                    }
                ]
            }, {
                "id" : 13,
                "nm" : "Bagasjerom",
                "thdLs" : [{
                        "id" : 704,
                        "nm" : "Bagasjeromvolum, normalt",
                        "valTp" : "liter",
                        "flt" : [{
                                "min" : "32",
                                "max" : "2100"
                            }
                        ]
                    }, {
                        "id" : 705,
                        "nm" : "Bagasjeromvolum, maksimalt",
                        "valTp" : "liter",
                        "flt" : [{
                                "min" : "135",
                                "max" : "10450"
                            }
                        ]
                    }
                ]
            }, {
                "id" : 8,
                "nm" : "Mål",
                "thdLs" : [{
                        "id" : 801,
                        "nm" : "Lengde",
                        "valTp" : "mm",
                        "flt" : [{
                                "min" : "2374",
                                "max" : "5680"
                            }
                        ]
                    }, {
                        "id" : 802,
                        "nm" : "Bredde",
                        "valTp" : "mm",
                        "flt" : [{
                                "min" : "1475",
                                "max" : "2110"
                            }
                        ]
                    }, {
                        "id" : 803,
                        "nm" : "Høyde",
                        "valTp" : "mm",
                        "flt" : [{
                                "min" : "1030",
                                "max" : "2390"
                            }
                        ]
                    }, {
                        "id" : 804,
                        "nm" : "Akselavstand",
                        "valTp" : "mm",
                        "flt" : [{
                                "min" : "1578",
                                "max" : "3975"
                            }
                        ]
                    }, {
                        "id" : 805,
                        "nm" : "Sporvidde foran",
                        "valTp" : "mm",
                        "flt" : [{
                                "min" : "1220",
                                "max" : "2000"
                            }
                        ]
                    }, {
                        "id" : 806,
                        "nm" : "Sporvidde bak",
                        "valTp" : "mm",
                        "flt" : [{
                                "min" : "1240",
                                "max" : "2000"
                            }
                        ]
                    }, {
                        "id" : 807,
                        "nm" : "Svingdiameter",
                        "valTp" : "m",
                        "flt" : [{
                                "min" : "7.8",
                                "max" : "13.6"
                            }
                        ]
                    }, {
                        "id" : 808,
                        "nm" : "Bakkeklaring",
                        "valTp" : "mm",
                        "flt" : [{
                                "min" : "15",
                                "max" : "270"
                            }
                        ]
                    }, {
                        "id" : 809,
                        "nm" : "Tankvolum",
                        "valTp" : "liter",
                        "flt" : [{
                                "min" : "11",
                                "max" : "101"
                            }
                        ]
                    }
                ]
            }, {
                "id" : 10,
                "nm" : "Vekt",
                "thdLs" : [{
                        "id" : 1001,
                        "nm" : "Egenvekt uten fører",
                        "valTp" : "kg",
                        "flt" : [{
                                "min" : "560",
                                "max" : "2669"
                            }
                        ]
                    }, {
                        "id" : 1002,
                        "nm" : "Nyttelast",
                        "valTp" : "kg",
                        "flt" : [{
                                "min" : "135",
                                "max" : "1417"
                            }
                        ]
                    }, {
                        "id" : 1003,
                        "nm" : "Tillatt totalvekt",
                        "valTp" : "kg",
                        "flt" : [{
                                "min" : "1020",
                                "max" : "3500"
                            }
                        ]
                    }, {
                        "id" : 1004,
                        "nm" : "Maksimal tilhengervekt",
                        "valTp" : "kg",
                        "flt" : [{
                                "min" : "0",
                                "max" : "3500"
                            }
                        ]
                    }, {
                        "id" : 1005,
                        "nm" : "Maksimal taklast",
                        "valTp" : "kg",
                        "flt" : [{
                                "min" : "0",
                                "max" : "1000"
                            }
                        ]
                    }
                ]
            }
        ]
    }
}
See Also