Click or drag to resize

TireInformationServiceSearchByBrandAndModel Method

OFV Kjøretøydata service

Search for vehicles

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

Namespace:  OfvVehicleData.Service
Assembly:  OfvVehicleData.Service (in OfvVehicleData.Service.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public DTO SearchByBrandAndModel(
	UserDTO user,
	List<BrandDTO> listOfBrandAndModels,
	int yearOffered,
	int vehicleGroup,
	string format
)

Parameters

user
Type: OfvService.DTO.LoginUserDTO
UserDTO
listOfBrandAndModels
Type: System.Collections.GenericListBrandDTO
The list of BrandDTO and ModelDTO to search for.
yearOffered
Type: SystemInt32

[Missing <param name="yearOffered"/> documentation for "M:OfvVehicleData.Service.TireInformationService.SearchByBrandAndModel(OfvService.DTO.Login.UserDTO,System.Collections.Generic.List{OfvService.DTO.Vehicle.BrandDTO},System.Int32,System.Int32,System.String)"]

vehicleGroup
Type: SystemInt32
Vehiclegroup code defines which group to searh in.
format
Type: SystemString
json/xml - which format result will be delivered in.

Return Value

Type: DTO
Return a List of BrandDTO, status of request and a description that gives any exceptions.
Examples
Here`s an example of complete object-tree.
Input
{
    "user" : {
        "username" : "my@email.com",
        "token" : "b0d7bfc7c0afd3092d50df077110783c",
        "ipAddress" : "192.168.1.254"
    },
    "date" : null,
    "newbies" : true,
    "changebies" : true,
    "vehicleGroup" : "101",
    "listOfBrandAndModels" : [{
            "id" : 264,
            "nm" : "Fiat",
            "moLs" : [{
                    "id" : 145,
                    "nm" : "Bravo",
                }
            ],
        }, {
            "id" : 278,
            "nm" : "Ford",
            "moLs" : [{
                    "id" : 2454,
                    "nm" : "Grand C-Max",
                }
            ],
        }, {
            "id" : 753,
            "nm" : "Lexus",
            "moLs" : [{
                    "id" : 503,
                    "nm" : "LS",
                }
            ],
        }
    ]
}
Output
{
    "success" : true,
    "data" : [{
            "__type" : "br:vehicle",
            "id" : 278,
            "nm" : "Ford",
            "moLs" : [{
                    "id" : 2454,
                    "nm" : "Grand C-Max",
                    "vaLs" : [{
                            "id" : 185952,
                            "nm" : "1,6 105hk Trend",
                            "ve" : {
                                "thdGrpLs" : [{
                                        "id" : 0,
                                        "thdLs" : [{
                                                "id" : 0,
                                                "nm" : "Bensin",
                                                "mapCode" : "Fuel",
                                                "val" : "B"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Flerbruksbil",
                                                "mapCode" : "Chassis",
                                                "val" : "FLE"
                                            }, {
                                                "id" : 702,
                                                "nm" : "Antall dører",
                                                "mapCode" : "702",
                                                "val" : "5"
                                            }, {
                                                "id" : 703,
                                                "nm" : "Antall sitteplasser",
                                                "mapCode" : "703",
                                                "val" : "7"
                                            }, {
                                                "id" : 202,
                                                "nm" : "Sylindre antall",
                                                "mapCode" : "202",
                                                "val" : "4"
                                            }, {
                                                "id" : 201,
                                                "nm" : "Sylindervolum",
                                                "mapCode" : "201",
                                                "val" : "1596",
                                                "valTp" : "cm3"
                                            }, {
                                                "id" : 101,
                                                "nm" : "Motorytelse total",
                                                "mapCode" : "101",
                                                "val" : "77",
                                                "valTp" : "kW"
                                            }, {
                                                "id" : 102,
                                                "nm" : "Motorytelse total",
                                                "mapCode" : "102",
                                                "val" : "105",
                                                "valTp" : "hk"
                                            }, {
                                                "id" : 104,
                                                "nm" : "Drivhjul total",
                                                "mapCode" : "104",
                                                "val" : "F"
                                            }, {
                                                "id" : 504,
                                                "nm" : "Gir, antall",
                                                "mapCode" : "504",
                                                "val" : "5"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Manuell",
                                                "mapCode" : "Transmission",
                                                "val" : "MAN"
                                            }, {
                                                "id" : 801,
                                                "nm" : "Lengde",
                                                "mapCode" : "801",
                                                "val" : "4520",
                                                "valTp" : "mm"
                                            }, {
                                                "id" : 1001,
                                                "nm" : "Egenvekt uten fører",
                                                "mapCode" : "1001",
                                                "val" : "1401",
                                                "valTp" : "kg"
                                            }, {
                                                "id" : 305,
                                                "nm" : "Forbruk snitt",
                                                "mapCode" : "305",
                                                "val" : "0.69",
                                                "valTp" : "l\/mil"
                                            }, {
                                                "id" : 306,
                                                "nm" : "CO2-utslipp",
                                                "mapCode" : "306",
                                                "val" : "159",
                                                "valTp" : "g\/km"
                                            }, {
                                                "id" : 307,
                                                "nm" : "-",
                                                "mapCode" : "307",
                                                "val" : "0",
                                                "valTp" : "-"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Norske kroner",
                                                "mapCode" : "PriceImport",
                                                "val" : "301700",
                                                "valTp" : "NOK"
                                            }
                                        ]
                                    }
                                ],
                                "equGrpLs" : [{
                                        "id" : 0,
                                        "equLs" : [{
                                                "id" : 9,
                                                "nm" : "Metallic lakk",
                                                "cnt" : 0,
                                                "prc" : {
                                                    "id" : 0,
                                                    "val" : 3200,
                                                    "valTp" : "NOK"
                                                },
                                                "std" : false
                                            }
                                        ]
                                    }
                                ],
                                "seg" : {
                                    "id" : 0,
                                    "nm" : "Flerbrukbiler",
                                    "sNm" : "-"
                                }
                            }
                        }
                    ]
                }
            ]
        }, {
            "__type" : "br:vehicle",
            "id" : 278,
            "nm" : "Ford",
            "moLs" : [{
                    "id" : 2454,
                    "nm" : "Grand C-Max",
                    "vaLs" : [{
                            "id" : 185953,
                            "nm" : "1,6 150hk Titanium",
                            "ve" : {
                                "thdGrpLs" : [{
                                        "id" : 0,
                                        "thdLs" : [{
                                                "id" : 0,
                                                "nm" : "Bensin",
                                                "mapCode" : "Fuel",
                                                "val" : "B"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Flerbruksbil",
                                                "mapCode" : "Chassis",
                                                "val" : "FLE"
                                            }, {
                                                "id" : 702,
                                                "nm" : "Antall dører",
                                                "mapCode" : "702",
                                                "val" : "5"
                                            }, {
                                                "id" : 703,
                                                "nm" : "Antall sitteplasser",
                                                "mapCode" : "703",
                                                "val" : "7"
                                            }, {
                                                "id" : 202,
                                                "nm" : "Sylindre antall",
                                                "mapCode" : "202",
                                                "val" : "4"
                                            }, {
                                                "id" : 201,
                                                "nm" : "Sylindervolum",
                                                "mapCode" : "201",
                                                "val" : "1596",
                                                "valTp" : "cm3"
                                            }, {
                                                "id" : 101,
                                                "nm" : "Motorytelse total",
                                                "mapCode" : "101",
                                                "val" : "110",
                                                "valTp" : "kW"
                                            }, {
                                                "id" : 102,
                                                "nm" : "Motorytelse total",
                                                "mapCode" : "102",
                                                "val" : "150",
                                                "valTp" : "hk"
                                            }, {
                                                "id" : 104,
                                                "nm" : "Drivhjul total",
                                                "mapCode" : "104",
                                                "val" : "F"
                                            }, {
                                                "id" : 504,
                                                "nm" : "Gir, antall",
                                                "mapCode" : "504",
                                                "val" : "6"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Manuell",
                                                "mapCode" : "Transmission",
                                                "val" : "MAN"
                                            }, {
                                                "id" : 801,
                                                "nm" : "Lengde",
                                                "mapCode" : "801",
                                                "val" : "4520",
                                                "valTp" : "mm"
                                            }, {
                                                "id" : 1001,
                                                "nm" : "Egenvekt uten fører",
                                                "mapCode" : "1001",
                                                "val" : "1421",
                                                "valTp" : "kg"
                                            }, {
                                                "id" : 305,
                                                "nm" : "Forbruk snitt",
                                                "mapCode" : "305",
                                                "val" : "0.68",
                                                "valTp" : "l\/mil"
                                            }, {
                                                "id" : 306,
                                                "nm" : "CO2-utslipp",
                                                "mapCode" : "306",
                                                "val" : "154",
                                                "valTp" : "g\/km"
                                            }, {
                                                "id" : 307,
                                                "nm" : "NOx-utslipp",
                                                "mapCode" : "307",
                                                "val" : "34",
                                                "valTp" : "mg\/km"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Norske kroner",
                                                "mapCode" : "PriceImport",
                                                "val" : "330600",
                                                "valTp" : "NOK"
                                            }
                                        ]
                                    }
                                ],
                                "equGrpLs" : [{
                                        "id" : 0,
                                        "equLs" : [{
                                                "id" : 9,
                                                "nm" : "Metallic lakk",
                                                "cnt" : 0,
                                                "prc" : {
                                                    "id" : 0,
                                                    "val" : 3200,
                                                    "valTp" : "NOK"
                                                },
                                                "std" : false
                                            }
                                        ]
                                    }
                                ],
                                "seg" : {
                                    "id" : 0,
                                    "nm" : "Flerbrukbiler",
                                    "sNm" : "-"
                                }
                            }
                        }
                    ]
                }
            ]
        }, {
            "__type" : "br:vehicle",
            "id" : 278,
            "nm" : "Ford",
            "moLs" : [{
                    "id" : 2454,
                    "nm" : "Grand C-Max",
                    "vaLs" : [{
                            "id" : 185954,
                            "nm" : "1,6 TDCi 95hk Trend",
                            "ve" : {
                                "thdGrpLs" : [{
                                        "id" : 0,
                                        "thdLs" : [{
                                                "id" : 0,
                                                "nm" : "Diesel",
                                                "mapCode" : "Fuel",
                                                "val" : "D"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Flerbruksbil",
                                                "mapCode" : "Chassis",
                                                "val" : "FLE"
                                            }, {
                                                "id" : 702,
                                                "nm" : "Antall dører",
                                                "mapCode" : "702",
                                                "val" : "5"
                                            }, {
                                                "id" : 703,
                                                "nm" : "Antall sitteplasser",
                                                "mapCode" : "703",
                                                "val" : "7"
                                            }, {
                                                "id" : 202,
                                                "nm" : "Sylindre antall",
                                                "mapCode" : "202",
                                                "val" : "4"
                                            }, {
                                                "id" : 201,
                                                "nm" : "Sylindervolum",
                                                "mapCode" : "201",
                                                "val" : "1560",
                                                "valTp" : "cm3"
                                            }, {
                                                "id" : 101,
                                                "nm" : "Motorytelse total",
                                                "mapCode" : "101",
                                                "val" : "70",
                                                "valTp" : "kW"
                                            }, {
                                                "id" : 102,
                                                "nm" : "Motorytelse total",
                                                "mapCode" : "102",
                                                "val" : "95",
                                                "valTp" : "hk"
                                            }, {
                                                "id" : 104,
                                                "nm" : "Drivhjul total",
                                                "mapCode" : "104",
                                                "val" : "F"
                                            }, {
                                                "id" : 504,
                                                "nm" : "Gir, antall",
                                                "mapCode" : "504",
                                                "val" : "6"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Manuell",
                                                "mapCode" : "Transmission",
                                                "val" : "MAN"
                                            }, {
                                                "id" : 801,
                                                "nm" : "Lengde",
                                                "mapCode" : "801",
                                                "val" : "4520",
                                                "valTp" : "mm"
                                            }, {
                                                "id" : 1001,
                                                "nm" : "Egenvekt uten fører",
                                                "mapCode" : "1001",
                                                "val" : "1429",
                                                "valTp" : "kg"
                                            }, {
                                                "id" : 305,
                                                "nm" : "Forbruk snitt",
                                                "mapCode" : "305",
                                                "val" : "0.49",
                                                "valTp" : "l\/mil"
                                            }, {
                                                "id" : 306,
                                                "nm" : "CO2-utslipp",
                                                "mapCode" : "306",
                                                "val" : "124",
                                                "valTp" : "g\/km"
                                            }, {
                                                "id" : 307,
                                                "nm" : "NOx-utslipp",
                                                "mapCode" : "307",
                                                "val" : "158",
                                                "valTp" : "mg\/km"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Norske kroner",
                                                "mapCode" : "PriceImport",
                                                "val" : "291000",
                                                "valTp" : "NOK"
                                            }
                                        ]
                                    }
                                ],
                                "equGrpLs" : [{
                                        "id" : 0,
                                        "equLs" : [{
                                                "id" : 9,
                                                "nm" : "Metallic lakk",
                                                "cnt" : 0,
                                                "prc" : {
                                                    "id" : 0,
                                                    "val" : 3200,
                                                    "valTp" : "NOK"
                                                },
                                                "std" : false
                                            }
                                        ]
                                    }
                                ],
                                "seg" : {
                                    "id" : 0,
                                    "nm" : "Flerbrukbiler",
                                    "sNm" : "-"
                                }
                            }
                        }
                    ]
                }
            ]
        }, {
            "__type" : "br:vehicle",
            "id" : 278,
            "nm" : "Ford",
            "moLs" : [{
                    "id" : 2454,
                    "nm" : "Grand C-Max",
                    "vaLs" : [{
                            "id" : 185955,
                            "nm" : "1,6 TDCi 115hk Trend",
                            "ve" : {
                                "thdGrpLs" : [{
                                        "id" : 0,
                                        "thdLs" : [{
                                                "id" : 0,
                                                "nm" : "Diesel",
                                                "mapCode" : "Fuel",
                                                "val" : "D"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Flerbruksbil",
                                                "mapCode" : "Chassis",
                                                "val" : "FLE"
                                            }, {
                                                "id" : 702,
                                                "nm" : "Antall dører",
                                                "mapCode" : "702",
                                                "val" : "5"
                                            }, {
                                                "id" : 703,
                                                "nm" : "Antall sitteplasser",
                                                "mapCode" : "703",
                                                "val" : "7"
                                            }, {
                                                "id" : 202,
                                                "nm" : "Sylindre antall",
                                                "mapCode" : "202",
                                                "val" : "4"
                                            }, {
                                                "id" : 201,
                                                "nm" : "Sylindervolum",
                                                "mapCode" : "201",
                                                "val" : "1560",
                                                "valTp" : "cm3"
                                            }, {
                                                "id" : 101,
                                                "nm" : "Motorytelse total",
                                                "mapCode" : "101",
                                                "val" : "85",
                                                "valTp" : "kW"
                                            }, {
                                                "id" : 102,
                                                "nm" : "Motorytelse total",
                                                "mapCode" : "102",
                                                "val" : "115",
                                                "valTp" : "hk"
                                            }, {
                                                "id" : 104,
                                                "nm" : "Drivhjul total",
                                                "mapCode" : "104",
                                                "val" : "F"
                                            }, {
                                                "id" : 504,
                                                "nm" : "Gir, antall",
                                                "mapCode" : "504",
                                                "val" : "6"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Manuell",
                                                "mapCode" : "Transmission",
                                                "val" : "MAN"
                                            }, {
                                                "id" : 801,
                                                "nm" : "Lengde",
                                                "mapCode" : "801",
                                                "val" : "4520",
                                                "valTp" : "mm"
                                            }, {
                                                "id" : 1001,
                                                "nm" : "Egenvekt uten fører",
                                                "mapCode" : "1001",
                                                "val" : "1429",
                                                "valTp" : "kg"
                                            }, {
                                                "id" : 305,
                                                "nm" : "Forbruk snitt",
                                                "mapCode" : "305",
                                                "val" : "0.49",
                                                "valTp" : "l\/mil"
                                            }, {
                                                "id" : 306,
                                                "nm" : "CO2-utslipp",
                                                "mapCode" : "306",
                                                "val" : "124",
                                                "valTp" : "g\/km"
                                            }, {
                                                "id" : 307,
                                                "nm" : "NOx-utslipp",
                                                "mapCode" : "307",
                                                "val" : "158",
                                                "valTp" : "mg\/km"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Norske kroner",
                                                "mapCode" : "PriceImport",
                                                "val" : "298600",
                                                "valTp" : "NOK"
                                            }
                                        ]
                                    }
                                ],
                                "equGrpLs" : [{
                                        "id" : 0,
                                        "equLs" : [{
                                                "id" : 9,
                                                "nm" : "Metallic lakk",
                                                "cnt" : 0,
                                                "prc" : {
                                                    "id" : 0,
                                                    "val" : 3200,
                                                    "valTp" : "NOK"
                                                },
                                                "std" : false
                                            }
                                        ]
                                    }
                                ],
                                "seg" : {
                                    "id" : 0,
                                    "nm" : "Flerbrukbiler",
                                    "sNm" : "-"
                                }
                            }
                        }
                    ]
                }
            ]
        }, {
            "__type" : "br:vehicle",
            "id" : 278,
            "nm" : "Ford",
            "moLs" : [{
                    "id" : 2454,
                    "nm" : "Grand C-Max",
                    "vaLs" : [{
                            "id" : 185956,
                            "nm" : "1,6 TDCi 95hk Titanium",
                            "ve" : {
                                "thdGrpLs" : [{
                                        "id" : 0,
                                        "thdLs" : [{
                                                "id" : 0,
                                                "nm" : "Diesel",
                                                "mapCode" : "Fuel",
                                                "val" : "D"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Flerbruksbil",
                                                "mapCode" : "Chassis",
                                                "val" : "FLE"
                                            }, {
                                                "id" : 702,
                                                "nm" : "Antall dører",
                                                "mapCode" : "702",
                                                "val" : "5"
                                            }, {
                                                "id" : 703,
                                                "nm" : "Antall sitteplasser",
                                                "mapCode" : "703",
                                                "val" : "7"
                                            }, {
                                                "id" : 202,
                                                "nm" : "Sylindre antall",
                                                "mapCode" : "202",
                                                "val" : "4"
                                            }, {
                                                "id" : 201,
                                                "nm" : "Sylindervolum",
                                                "mapCode" : "201",
                                                "val" : "1560",
                                                "valTp" : "cm3"
                                            }, {
                                                "id" : 101,
                                                "nm" : "Motorytelse total",
                                                "mapCode" : "101",
                                                "val" : "70",
                                                "valTp" : "kW"
                                            }, {
                                                "id" : 102,
                                                "nm" : "Motorytelse total",
                                                "mapCode" : "102",
                                                "val" : "95",
                                                "valTp" : "hk"
                                            }, {
                                                "id" : 104,
                                                "nm" : "Drivhjul total",
                                                "mapCode" : "104",
                                                "val" : "F"
                                            }, {
                                                "id" : 504,
                                                "nm" : "Gir, antall",
                                                "mapCode" : "504",
                                                "val" : "6"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Manuell",
                                                "mapCode" : "Transmission",
                                                "val" : "MAN"
                                            }, {
                                                "id" : 801,
                                                "nm" : "Lengde",
                                                "mapCode" : "801",
                                                "val" : "4520",
                                                "valTp" : "mm"
                                            }, {
                                                "id" : 1001,
                                                "nm" : "Egenvekt uten fører",
                                                "mapCode" : "1001",
                                                "val" : "1429",
                                                "valTp" : "kg"
                                            }, {
                                                "id" : 305,
                                                "nm" : "Forbruk snitt",
                                                "mapCode" : "305",
                                                "val" : "0.49",
                                                "valTp" : "l\/mil"
                                            }, {
                                                "id" : 306,
                                                "nm" : "CO2-utslipp",
                                                "mapCode" : "306",
                                                "val" : "124",
                                                "valTp" : "g\/km"
                                            }, {
                                                "id" : 307,
                                                "nm" : "NOx-utslipp",
                                                "mapCode" : "307",
                                                "val" : "158",
                                                "valTp" : "mg\/km"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Norske kroner",
                                                "mapCode" : "PriceImport",
                                                "val" : "306000",
                                                "valTp" : "NOK"
                                            }
                                        ]
                                    }
                                ],
                                "equGrpLs" : [{
                                        "id" : 0,
                                        "equLs" : [{
                                                "id" : 9,
                                                "nm" : "Metallic lakk",
                                                "cnt" : 0,
                                                "prc" : {
                                                    "id" : 0,
                                                    "val" : 3200,
                                                    "valTp" : "NOK"
                                                },
                                                "std" : false
                                            }
                                        ]
                                    }
                                ],
                                "seg" : {
                                    "id" : 0,
                                    "nm" : "Flerbrukbiler",
                                    "sNm" : "-"
                                }
                            }
                        }
                    ]
                }
            ]
        }, {
            "__type" : "br:vehicle",
            "id" : 278,
            "nm" : "Ford",
            "moLs" : [{
                    "id" : 2454,
                    "nm" : "Grand C-Max",
                    "vaLs" : [{
                            "id" : 185957,
                            "nm" : "1,6 TDCi 115hk Titanium",
                            "ve" : {
                                "thdGrpLs" : [{
                                        "id" : 0,
                                        "thdLs" : [{
                                                "id" : 0,
                                                "nm" : "Diesel",
                                                "mapCode" : "Fuel",
                                                "val" : "D"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Flerbruksbil",
                                                "mapCode" : "Chassis",
                                                "val" : "FLE"
                                            }, {
                                                "id" : 702,
                                                "nm" : "Antall dører",
                                                "mapCode" : "702",
                                                "val" : "5"
                                            }, {
                                                "id" : 703,
                                                "nm" : "Antall sitteplasser",
                                                "mapCode" : "703",
                                                "val" : "7"
                                            }, {
                                                "id" : 202,
                                                "nm" : "Sylindre antall",
                                                "mapCode" : "202",
                                                "val" : "4"
                                            }, {
                                                "id" : 201,
                                                "nm" : "Sylindervolum",
                                                "mapCode" : "201",
                                                "val" : "1560",
                                                "valTp" : "cm3"
                                            }, {
                                                "id" : 101,
                                                "nm" : "Motorytelse total",
                                                "mapCode" : "101",
                                                "val" : "85",
                                                "valTp" : "kW"
                                            }, {
                                                "id" : 102,
                                                "nm" : "Motorytelse total",
                                                "mapCode" : "102",
                                                "val" : "115",
                                                "valTp" : "hk"
                                            }, {
                                                "id" : 104,
                                                "nm" : "Drivhjul total",
                                                "mapCode" : "104",
                                                "val" : "F"
                                            }, {
                                                "id" : 504,
                                                "nm" : "Gir, antall",
                                                "mapCode" : "504",
                                                "val" : "6"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Manuell",
                                                "mapCode" : "Transmission",
                                                "val" : "MAN"
                                            }, {
                                                "id" : 801,
                                                "nm" : "Lengde",
                                                "mapCode" : "801",
                                                "val" : "4520",
                                                "valTp" : "mm"
                                            }, {
                                                "id" : 1001,
                                                "nm" : "Egenvekt uten fører",
                                                "mapCode" : "1001",
                                                "val" : "1429",
                                                "valTp" : "kg"
                                            }, {
                                                "id" : 305,
                                                "nm" : "Forbruk snitt",
                                                "mapCode" : "305",
                                                "val" : "0.49",
                                                "valTp" : "l\/mil"
                                            }, {
                                                "id" : 306,
                                                "nm" : "CO2-utslipp",
                                                "mapCode" : "306",
                                                "val" : "124",
                                                "valTp" : "g\/km"
                                            }, {
                                                "id" : 307,
                                                "nm" : "NOx-utslipp",
                                                "mapCode" : "307",
                                                "val" : "158",
                                                "valTp" : "mg\/km"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Norske kroner",
                                                "mapCode" : "PriceImport",
                                                "val" : "313600",
                                                "valTp" : "NOK"
                                            }
                                        ]
                                    }
                                ],
                                "equGrpLs" : [{
                                        "id" : 0,
                                        "equLs" : [{
                                                "id" : 9,
                                                "nm" : "Metallic lakk",
                                                "cnt" : 0,
                                                "prc" : {
                                                    "id" : 0,
                                                    "val" : 3200,
                                                    "valTp" : "NOK"
                                                },
                                                "std" : false
                                            }
                                        ]
                                    }
                                ],
                                "seg" : {
                                    "id" : 0,
                                    "nm" : "Flerbrukbiler",
                                    "sNm" : "-"
                                }
                            }
                        }
                    ]
                }
            ]
        }, {
            "__type" : "br:vehicle",
            "id" : 278,
            "nm" : "Ford",
            "moLs" : [{
                    "id" : 2454,
                    "nm" : "Grand C-Max",
                    "vaLs" : [{
                            "id" : 185958,
                            "nm" : "2,0 TDCi 140hk Titanium",
                            "ve" : {
                                "thdGrpLs" : [{
                                        "id" : 0,
                                        "thdLs" : [{
                                                "id" : 0,
                                                "nm" : "Diesel",
                                                "mapCode" : "Fuel",
                                                "val" : "D"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Flerbruksbil",
                                                "mapCode" : "Chassis",
                                                "val" : "FLE"
                                            }, {
                                                "id" : 702,
                                                "nm" : "Antall dører",
                                                "mapCode" : "702",
                                                "val" : "5"
                                            }, {
                                                "id" : 703,
                                                "nm" : "Antall sitteplasser",
                                                "mapCode" : "703",
                                                "val" : "7"
                                            }, {
                                                "id" : 202,
                                                "nm" : "Sylindre antall",
                                                "mapCode" : "202",
                                                "val" : "4"
                                            }, {
                                                "id" : 201,
                                                "nm" : "Sylindervolum",
                                                "mapCode" : "201",
                                                "val" : "1997",
                                                "valTp" : "cm3"
                                            }, {
                                                "id" : 101,
                                                "nm" : "Motorytelse total",
                                                "mapCode" : "101",
                                                "val" : "103",
                                                "valTp" : "kW"
                                            }, {
                                                "id" : 102,
                                                "nm" : "Motorytelse total",
                                                "mapCode" : "102",
                                                "val" : "140",
                                                "valTp" : "hk"
                                            }, {
                                                "id" : 104,
                                                "nm" : "Drivhjul total",
                                                "mapCode" : "104",
                                                "val" : "F"
                                            }, {
                                                "id" : 504,
                                                "nm" : "Gir, antall",
                                                "mapCode" : "504",
                                                "val" : "6"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Manuell",
                                                "mapCode" : "Transmission",
                                                "val" : "MAN"
                                            }, {
                                                "id" : 801,
                                                "nm" : "Lengde",
                                                "mapCode" : "801",
                                                "val" : "4520",
                                                "valTp" : "mm"
                                            }, {
                                                "id" : 1001,
                                                "nm" : "Egenvekt uten fører",
                                                "mapCode" : "1001",
                                                "val" : "1500",
                                                "valTp" : "kg"
                                            }, {
                                                "id" : 305,
                                                "nm" : "Forbruk snitt",
                                                "mapCode" : "305",
                                                "val" : "0.53",
                                                "valTp" : "l\/mil"
                                            }, {
                                                "id" : 306,
                                                "nm" : "CO2-utslipp",
                                                "mapCode" : "306",
                                                "val" : "139",
                                                "valTp" : "g\/km"
                                            }, {
                                                "id" : 307,
                                                "nm" : "NOx-utslipp",
                                                "mapCode" : "307",
                                                "val" : "146",
                                                "valTp" : "mg\/km"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Norske kroner",
                                                "mapCode" : "PriceImport",
                                                "val" : "332600",
                                                "valTp" : "NOK"
                                            }
                                        ]
                                    }
                                ],
                                "equGrpLs" : [{
                                        "id" : 0,
                                        "equLs" : [{
                                                "id" : 9,
                                                "nm" : "Metallic lakk",
                                                "cnt" : 0,
                                                "prc" : {
                                                    "id" : 0,
                                                    "val" : 3200,
                                                    "valTp" : "NOK"
                                                },
                                                "std" : false
                                            }
                                        ]
                                    }
                                ],
                                "seg" : {
                                    "id" : 0,
                                    "nm" : "Flerbrukbiler",
                                    "sNm" : "-"
                                }
                            }
                        }
                    ]
                }
            ]
        }, {
            "__type" : "br:vehicle",
            "id" : 278,
            "nm" : "Ford",
            "moLs" : [{
                    "id" : 2454,
                    "nm" : "Grand C-Max",
                    "vaLs" : [{
                            "id" : 185959,
                            "nm" : "2,0 TDCi 115hk Trend Aut.",
                            "ve" : {
                                "thdGrpLs" : [{
                                        "id" : 0,
                                        "thdLs" : [{
                                                "id" : 0,
                                                "nm" : "Diesel",
                                                "mapCode" : "Fuel",
                                                "val" : "D"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Flerbruksbil",
                                                "mapCode" : "Chassis",
                                                "val" : "FLE"
                                            }, {
                                                "id" : 702,
                                                "nm" : "Antall dører",
                                                "mapCode" : "702",
                                                "val" : "5"
                                            }, {
                                                "id" : 703,
                                                "nm" : "Antall sitteplasser",
                                                "mapCode" : "703",
                                                "val" : "7"
                                            }, {
                                                "id" : 202,
                                                "nm" : "Sylindre antall",
                                                "mapCode" : "202",
                                                "val" : "4"
                                            }, {
                                                "id" : 201,
                                                "nm" : "Sylindervolum",
                                                "mapCode" : "201",
                                                "val" : "1997",
                                                "valTp" : "cm3"
                                            }, {
                                                "id" : 101,
                                                "nm" : "Motorytelse total",
                                                "mapCode" : "101",
                                                "val" : "85",
                                                "valTp" : "kW"
                                            }, {
                                                "id" : 102,
                                                "nm" : "Motorytelse total",
                                                "mapCode" : "102",
                                                "val" : "115",
                                                "valTp" : "hk"
                                            }, {
                                                "id" : 104,
                                                "nm" : "Drivhjul total",
                                                "mapCode" : "104",
                                                "val" : "F"
                                            }, {
                                                "id" : 504,
                                                "nm" : "Gir, antall",
                                                "mapCode" : "504",
                                                "val" : "6"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Automat",
                                                "mapCode" : "Transmission",
                                                "val" : "AUT"
                                            }, {
                                                "id" : 801,
                                                "nm" : "Lengde",
                                                "mapCode" : "801",
                                                "val" : "4520",
                                                "valTp" : "mm"
                                            }, {
                                                "id" : 1001,
                                                "nm" : "Egenvekt uten fører",
                                                "mapCode" : "1001",
                                                "val" : "1559",
                                                "valTp" : "kg"
                                            }, {
                                                "id" : 305,
                                                "nm" : "Forbruk snitt",
                                                "mapCode" : "305",
                                                "val" : "0.58",
                                                "valTp" : "l\/mil"
                                            }, {
                                                "id" : 306,
                                                "nm" : "CO2-utslipp",
                                                "mapCode" : "306",
                                                "val" : "154",
                                                "valTp" : "g\/km"
                                            }, {
                                                "id" : 307,
                                                "nm" : "NOx-utslipp",
                                                "mapCode" : "307",
                                                "val" : "166",
                                                "valTp" : "mg\/km"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Norske kroner",
                                                "mapCode" : "PriceImport",
                                                "val" : "334300",
                                                "valTp" : "NOK"
                                            }
                                        ]
                                    }
                                ],
                                "equGrpLs" : [{
                                        "id" : 0,
                                        "equLs" : [{
                                                "id" : 9,
                                                "nm" : "Metallic lakk",
                                                "cnt" : 0,
                                                "prc" : {
                                                    "id" : 0,
                                                    "val" : 3200,
                                                    "valTp" : "NOK"
                                                },
                                                "std" : false
                                            }
                                        ]
                                    }
                                ],
                                "seg" : {
                                    "id" : 0,
                                    "nm" : "Flerbrukbiler",
                                    "sNm" : "-"
                                }
                            }
                        }
                    ]
                }
            ]
        }, {
            "__type" : "br:vehicle",
            "id" : 278,
            "nm" : "Ford",
            "moLs" : [{
                    "id" : 2454,
                    "nm" : "Grand C-Max",
                    "vaLs" : [{
                            "id" : 185960,
                            "nm" : "2,0 TDCi 115hk Titanium Aut.",
                            "ve" : {
                                "thdGrpLs" : [{
                                        "id" : 0,
                                        "thdLs" : [{
                                                "id" : 0,
                                                "nm" : "Diesel",
                                                "mapCode" : "Fuel",
                                                "val" : "D"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Flerbruksbil",
                                                "mapCode" : "Chassis",
                                                "val" : "FLE"
                                            }, {
                                                "id" : 702,
                                                "nm" : "Antall dører",
                                                "mapCode" : "702",
                                                "val" : "5"
                                            }, {
                                                "id" : 703,
                                                "nm" : "Antall sitteplasser",
                                                "mapCode" : "703",
                                                "val" : "7"
                                            }, {
                                                "id" : 202,
                                                "nm" : "Sylindre antall",
                                                "mapCode" : "202",
                                                "val" : "4"
                                            }, {
                                                "id" : 201,
                                                "nm" : "Sylindervolum",
                                                "mapCode" : "201",
                                                "val" : "1997",
                                                "valTp" : "cm3"
                                            }, {
                                                "id" : 101,
                                                "nm" : "Motorytelse total",
                                                "mapCode" : "101",
                                                "val" : "85",
                                                "valTp" : "kW"
                                            }, {
                                                "id" : 102,
                                                "nm" : "Motorytelse total",
                                                "mapCode" : "102",
                                                "val" : "115",
                                                "valTp" : "hk"
                                            }, {
                                                "id" : 104,
                                                "nm" : "Drivhjul total",
                                                "mapCode" : "104",
                                                "val" : "F"
                                            }, {
                                                "id" : 504,
                                                "nm" : "Gir, antall",
                                                "mapCode" : "504",
                                                "val" : "6"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Automat",
                                                "mapCode" : "Transmission",
                                                "val" : "AUT"
                                            }, {
                                                "id" : 801,
                                                "nm" : "Lengde",
                                                "mapCode" : "801",
                                                "val" : "4520",
                                                "valTp" : "mm"
                                            }, {
                                                "id" : 1001,
                                                "nm" : "Egenvekt uten fører",
                                                "mapCode" : "1001",
                                                "val" : "1559",
                                                "valTp" : "kg"
                                            }, {
                                                "id" : 305,
                                                "nm" : "Forbruk snitt",
                                                "mapCode" : "305",
                                                "val" : "0.58",
                                                "valTp" : "l\/mil"
                                            }, {
                                                "id" : 306,
                                                "nm" : "CO2-utslipp",
                                                "mapCode" : "306",
                                                "val" : "154",
                                                "valTp" : "g\/km"
                                            }, {
                                                "id" : 307,
                                                "nm" : "NOx-utslipp",
                                                "mapCode" : "307",
                                                "val" : "166",
                                                "valTp" : "mg\/km"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Norske kroner",
                                                "mapCode" : "PriceImport",
                                                "val" : "349300",
                                                "valTp" : "NOK"
                                            }
                                        ]
                                    }
                                ],
                                "equGrpLs" : [{
                                        "id" : 0,
                                        "equLs" : [{
                                                "id" : 9,
                                                "nm" : "Metallic lakk",
                                                "cnt" : 0,
                                                "prc" : {
                                                    "id" : 0,
                                                    "val" : 3200,
                                                    "valTp" : "NOK"
                                                },
                                                "std" : false
                                            }
                                        ]
                                    }
                                ],
                                "seg" : {
                                    "id" : 0,
                                    "nm" : "Flerbrukbiler",
                                    "sNm" : "-"
                                }
                            }
                        }
                    ]
                }
            ]
        }, {
            "__type" : "br:vehicle",
            "id" : 278,
            "nm" : "Ford",
            "moLs" : [{
                    "id" : 2454,
                    "nm" : "Grand C-Max",
                    "vaLs" : [{
                            "id" : 185961,
                            "nm" : "2,0 TDCi 140hk Titanium Aut.",
                            "ve" : {
                                "thdGrpLs" : [{
                                        "id" : 0,
                                        "thdLs" : [{
                                                "id" : 0,
                                                "nm" : "Diesel",
                                                "mapCode" : "Fuel",
                                                "val" : "D"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Flerbruksbil",
                                                "mapCode" : "Chassis",
                                                "val" : "FLE"
                                            }, {
                                                "id" : 702,
                                                "nm" : "Antall dører",
                                                "mapCode" : "702",
                                                "val" : "5"
                                            }, {
                                                "id" : 703,
                                                "nm" : "Antall sitteplasser",
                                                "mapCode" : "703",
                                                "val" : "7"
                                            }, {
                                                "id" : 202,
                                                "nm" : "Sylindre antall",
                                                "mapCode" : "202",
                                                "val" : "4"
                                            }, {
                                                "id" : 201,
                                                "nm" : "Sylindervolum",
                                                "mapCode" : "201",
                                                "val" : "1997",
                                                "valTp" : "cm3"
                                            }, {
                                                "id" : 101,
                                                "nm" : "Motorytelse total",
                                                "mapCode" : "101",
                                                "val" : "103",
                                                "valTp" : "kW"
                                            }, {
                                                "id" : 102,
                                                "nm" : "Motorytelse total",
                                                "mapCode" : "102",
                                                "val" : "140",
                                                "valTp" : "hk"
                                            }, {
                                                "id" : 104,
                                                "nm" : "Drivhjul total",
                                                "mapCode" : "104",
                                                "val" : "F"
                                            }, {
                                                "id" : 504,
                                                "nm" : "Gir, antall",
                                                "mapCode" : "504",
                                                "val" : "6"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Automat",
                                                "mapCode" : "Transmission",
                                                "val" : "AUT"
                                            }, {
                                                "id" : 801,
                                                "nm" : "Lengde",
                                                "mapCode" : "801",
                                                "val" : "4520",
                                                "valTp" : "mm"
                                            }, {
                                                "id" : 1001,
                                                "nm" : "Egenvekt uten fører",
                                                "mapCode" : "1001",
                                                "val" : "1559",
                                                "valTp" : "kg"
                                            }, {
                                                "id" : 305,
                                                "nm" : "Forbruk snitt",
                                                "mapCode" : "305",
                                                "val" : "0.58",
                                                "valTp" : "l\/mil"
                                            }, {
                                                "id" : 306,
                                                "nm" : "CO2-utslipp",
                                                "mapCode" : "306",
                                                "val" : "154",
                                                "valTp" : "g\/km"
                                            }, {
                                                "id" : 307,
                                                "nm" : "NOx-utslipp",
                                                "mapCode" : "307",
                                                "val" : "166",
                                                "valTp" : "mg\/km"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Norske kroner",
                                                "mapCode" : "PriceImport",
                                                "val" : "355800",
                                                "valTp" : "NOK"
                                            }
                                        ]
                                    }
                                ],
                                "equGrpLs" : [{
                                        "id" : 0,
                                        "equLs" : [{
                                                "id" : 9,
                                                "nm" : "Metallic lakk",
                                                "cnt" : 0,
                                                "prc" : {
                                                    "id" : 0,
                                                    "val" : 3200,
                                                    "valTp" : "NOK"
                                                },
                                                "std" : false
                                            }
                                        ]
                                    }
                                ],
                                "seg" : {
                                    "id" : 0,
                                    "nm" : "Flerbrukbiler",
                                    "sNm" : "-"
                                }
                            }
                        }
                    ]
                }
            ]
        }, {
            "__type" : "br:vehicle",
            "id" : 278,
            "nm" : "Ford",
            "moLs" : [{
                    "id" : 2454,
                    "nm" : "Grand C-Max",
                    "vaLs" : [{
                            "id" : 185962,
                            "nm" : "2,0 TDCi 163hk Titanium Aut.",
                            "ve" : {
                                "thdGrpLs" : [{
                                        "id" : 0,
                                        "thdLs" : [{
                                                "id" : 0,
                                                "nm" : "Diesel",
                                                "mapCode" : "Fuel",
                                                "val" : "D"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Flerbruksbil",
                                                "mapCode" : "Chassis",
                                                "val" : "FLE"
                                            }, {
                                                "id" : 702,
                                                "nm" : "Antall dører",
                                                "mapCode" : "702",
                                                "val" : "5"
                                            }, {
                                                "id" : 703,
                                                "nm" : "Antall sitteplasser",
                                                "mapCode" : "703",
                                                "val" : "7"
                                            }, {
                                                "id" : 202,
                                                "nm" : "Sylindre antall",
                                                "mapCode" : "202",
                                                "val" : "4"
                                            }, {
                                                "id" : 201,
                                                "nm" : "Sylindervolum",
                                                "mapCode" : "201",
                                                "val" : "1997",
                                                "valTp" : "cm3"
                                            }, {
                                                "id" : 101,
                                                "nm" : "Motorytelse total",
                                                "mapCode" : "101",
                                                "val" : "120",
                                                "valTp" : "kW"
                                            }, {
                                                "id" : 102,
                                                "nm" : "Motorytelse total",
                                                "mapCode" : "102",
                                                "val" : "163",
                                                "valTp" : "hk"
                                            }, {
                                                "id" : 104,
                                                "nm" : "Drivhjul total",
                                                "mapCode" : "104",
                                                "val" : "F"
                                            }, {
                                                "id" : 504,
                                                "nm" : "Gir, antall",
                                                "mapCode" : "504",
                                                "val" : "6"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Automat",
                                                "mapCode" : "Transmission",
                                                "val" : "AUT"
                                            }, {
                                                "id" : 801,
                                                "nm" : "Lengde",
                                                "mapCode" : "801",
                                                "val" : "4520",
                                                "valTp" : "mm"
                                            }, {
                                                "id" : 1001,
                                                "nm" : "Egenvekt uten fører",
                                                "mapCode" : "1001",
                                                "val" : "1559",
                                                "valTp" : "kg"
                                            }, {
                                                "id" : 305,
                                                "nm" : "Forbruk snitt",
                                                "mapCode" : "305",
                                                "val" : "0.58",
                                                "valTp" : "l\/mil"
                                            }, {
                                                "id" : 306,
                                                "nm" : "CO2-utslipp",
                                                "mapCode" : "306",
                                                "val" : "154",
                                                "valTp" : "g\/km"
                                            }, {
                                                "id" : 307,
                                                "nm" : "NOx-utslipp",
                                                "mapCode" : "307",
                                                "val" : "166",
                                                "valTp" : "mg\/km"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Norske kroner",
                                                "mapCode" : "PriceImport",
                                                "val" : "371900",
                                                "valTp" : "NOK"
                                            }
                                        ]
                                    }
                                ],
                                "equGrpLs" : [{
                                        "id" : 0,
                                        "equLs" : [{
                                                "id" : 9,
                                                "nm" : "Metallic lakk",
                                                "cnt" : 0,
                                                "prc" : {
                                                    "id" : 0,
                                                    "val" : 3200,
                                                    "valTp" : "NOK"
                                                },
                                                "std" : false
                                            }
                                        ]
                                    }
                                ],
                                "seg" : {
                                    "id" : 0,
                                    "nm" : "Flerbrukbiler",
                                    "sNm" : "-"
                                }
                            }
                        }
                    ]
                }
            ]
        }, {
            "__type" : "br:vehicle",
            "id" : 753,
            "nm" : "Lexus",
            "moLs" : [{
                    "id" : 503,
                    "nm" : "LS",
                    "vaLs" : [{
                            "id" : 181504,
                            "nm" : "600h 5,0 V8 D-4S Hybrid ECVT",
                            "ve" : {
                                "thdGrpLs" : [{
                                        "id" : 0,
                                        "thdLs" : [{
                                                "id" : 0,
                                                "nm" : "Bensin\/Batteri",
                                                "mapCode" : "Fuel",
                                                "val" : "HB"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Sedan",
                                                "mapCode" : "Chassis",
                                                "val" : "SED"
                                            }, {
                                                "id" : 702,
                                                "nm" : "Antall dører",
                                                "mapCode" : "702",
                                                "val" : "4"
                                            }, {
                                                "id" : 703,
                                                "nm" : "Antall sitteplasser",
                                                "mapCode" : "703",
                                                "val" : "5"
                                            }, {
                                                "id" : 202,
                                                "nm" : "Sylindre antall",
                                                "mapCode" : "202",
                                                "val" : "8"
                                            }, {
                                                "id" : 201,
                                                "nm" : "Sylindervolum",
                                                "mapCode" : "201",
                                                "val" : "4969",
                                                "valTp" : "cm3"
                                            }, {
                                                "id" : 101,
                                                "nm" : "Motorytelse total",
                                                "mapCode" : "101",
                                                "val" : "327",
                                                "valTp" : "kW"
                                            }, {
                                                "id" : 102,
                                                "nm" : "Motorytelse total",
                                                "mapCode" : "102",
                                                "val" : "445",
                                                "valTp" : "hk"
                                            }, {
                                                "id" : 104,
                                                "nm" : "Drivhjul total",
                                                "mapCode" : "104",
                                                "val" : "A"
                                            }, {
                                                "id" : 504,
                                                "nm" : "Gir, antall",
                                                "mapCode" : "504",
                                                "val" : "0"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Automat",
                                                "mapCode" : "Transmission",
                                                "val" : "AUT"
                                            }, {
                                                "id" : 801,
                                                "nm" : "Lengde",
                                                "mapCode" : "801",
                                                "val" : "5030",
                                                "valTp" : "mm"
                                            }, {
                                                "id" : 1001,
                                                "nm" : "Egenvekt uten fører",
                                                "mapCode" : "1001",
                                                "val" : "2270",
                                                "valTp" : "kg"
                                            }, {
                                                "id" : 305,
                                                "nm" : "Forbruk snitt",
                                                "mapCode" : "305",
                                                "val" : "0.93",
                                                "valTp" : "l\/mil"
                                            }, {
                                                "id" : 306,
                                                "nm" : "CO2-utslipp",
                                                "mapCode" : "306",
                                                "val" : "219",
                                                "valTp" : "g\/km"
                                            }, {
                                                "id" : 307,
                                                "nm" : "NOx-utslipp",
                                                "mapCode" : "307",
                                                "val" : "16",
                                                "valTp" : "mg\/km"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Norske kroner",
                                                "mapCode" : "PriceImport",
                                                "val" : "1650600",
                                                "valTp" : "NOK"
                                            }
                                        ]
                                    }
                                ],
                                "equGrpLs" : [{
                                        "id" : 0,
                                        "equLs" : [{
                                                "id" : 9,
                                                "nm" : "Metallic lakk",
                                                "cnt" : 0,
                                                "prc" : {
                                                    "id" : 0,
                                                    "val" : 12000,
                                                    "valTp" : "NOK"
                                                },
                                                "std" : false
                                            }
                                        ]
                                    }
                                ],
                                "seg" : {
                                    "id" : 0,
                                    "nm" : "Luksusbiler",
                                    "sNm" : "-"
                                }
                            }
                        }
                    ]
                }
            ]
        }, {
            "__type" : "br:vehicle",
            "id" : 753,
            "nm" : "Lexus",
            "moLs" : [{
                    "id" : 503,
                    "nm" : "LS",
                    "vaLs" : [{
                            "id" : 181505,
                            "nm" : "600hL 5,0 V8 D-4S Hybrid ECVT",
                            "ve" : {
                                "thdGrpLs" : [{
                                        "id" : 0,
                                        "thdLs" : [{
                                                "id" : 0,
                                                "nm" : "Bensin\/Batteri",
                                                "mapCode" : "Fuel",
                                                "val" : "HB"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Sedan",
                                                "mapCode" : "Chassis",
                                                "val" : "SED"
                                            }, {
                                                "id" : 702,
                                                "nm" : "Antall dører",
                                                "mapCode" : "702",
                                                "val" : "4"
                                            }, {
                                                "id" : 703,
                                                "nm" : "Antall sitteplasser",
                                                "mapCode" : "703",
                                                "val" : "5"
                                            }, {
                                                "id" : 202,
                                                "nm" : "Sylindre antall",
                                                "mapCode" : "202",
                                                "val" : "8"
                                            }, {
                                                "id" : 201,
                                                "nm" : "Sylindervolum",
                                                "mapCode" : "201",
                                                "val" : "4969",
                                                "valTp" : "cm3"
                                            }, {
                                                "id" : 101,
                                                "nm" : "Motorytelse total",
                                                "mapCode" : "101",
                                                "val" : "327",
                                                "valTp" : "kW"
                                            }, {
                                                "id" : 102,
                                                "nm" : "Motorytelse total",
                                                "mapCode" : "102",
                                                "val" : "445",
                                                "valTp" : "hk"
                                            }, {
                                                "id" : 104,
                                                "nm" : "Drivhjul total",
                                                "mapCode" : "104",
                                                "val" : "A"
                                            }, {
                                                "id" : 504,
                                                "nm" : "Gir, antall",
                                                "mapCode" : "504",
                                                "val" : "0"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Automat",
                                                "mapCode" : "Transmission",
                                                "val" : "AUT"
                                            }, {
                                                "id" : 801,
                                                "nm" : "Lengde",
                                                "mapCode" : "801",
                                                "val" : "5150",
                                                "valTp" : "mm"
                                            }, {
                                                "id" : 1001,
                                                "nm" : "Egenvekt uten fører",
                                                "mapCode" : "1001",
                                                "val" : "2410",
                                                "valTp" : "kg"
                                            }, {
                                                "id" : 305,
                                                "nm" : "Forbruk snitt",
                                                "mapCode" : "305",
                                                "val" : "0.93",
                                                "valTp" : "l\/mil"
                                            }, {
                                                "id" : 306,
                                                "nm" : "CO2-utslipp",
                                                "mapCode" : "306",
                                                "val" : "219",
                                                "valTp" : "g\/km"
                                            }, {
                                                "id" : 307,
                                                "nm" : "NOx-utslipp",
                                                "mapCode" : "307",
                                                "val" : "16",
                                                "valTp" : "mg\/km"
                                            }, {
                                                "id" : 0,
                                                "nm" : "Norske kroner",
                                                "mapCode" : "PriceImport",
                                                "val" : "1807200",
                                                "valTp" : "NOK"
                                            }
                                        ]
                                    }
                                ],
                                "equGrpLs" : [{
                                        "id" : 0,
                                        "equLs" : [{
                                                "id" : 9,
                                                "nm" : "Metallic lakk",
                                                "cnt" : 0,
                                                "prc" : {
                                                    "id" : 0,
                                                    "val" : 12000,
                                                    "valTp" : "NOK"
                                                },
                                                "std" : false
                                            }
                                        ]
                                    }
                                ],
                                "seg" : {
                                    "id" : 0,
                                    "nm" : "Luksusbiler",
                                    "sNm" : "-"
                                }
                            }
                        }
                    ]
                }
            ]
        }
    ]
}
See Also