Click or drag to resize

RemoteVehicleInformationServiceTemplate Method

OFV Kjøretøydata service

Get template to build uniform data presentation.

Delivers a vehicle-object-tree, that together with data for a vehicle, can be used to present a vehicle with data, types, headers and descriptions.

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

Parameters

user
Type: OfvService.DTO.LoginUserDTO
UserDTO
vehicleGroup
Type: SystemInt32
Vehiclegroup code defines which group to work with.
format
Type: SystemString
json/xml - which format result will be delivered in.

Return Value

Type: DTO
Returns an object of type VehicleDTO, that includes all names, types and description of available vehicledata.
Remarks
It`s recommended to load template as the first thing to do, after user is logged in to system and chosen which vehiclegroup to work with.

Once template is loaded, all other responses from service can then be combined with the template to build complete dataset.

Do it this way to have minimum of data transfer between client and server!

Examples
Here`s an example of the template layout:
Input
{
    "user" : {
        "username" : "my@email.com",
        "password" : "b0d7bfc7c0afd3092d50df077110783c",
        "ipAddress" : "192.168.1.254"
    },
    "vehicleGroup" : "101"
}
Output
{
    "success" : true,
    "data" : {
        "__type" : "ve:vehicle",
        "bat" : {
            "id" : 0,
            "thdGrpLs" : [{
                    "id" : 12,
                    "nm" : "Batteridata",
                    "sort" : 250,
                    "thdLs" : [{
                            "id" : 1201,
                            "nm" : "Spenning",
                            "sort" : 280,
                            "valTp" : "Volt",
                            "type" : "Number"
                        }, {
                            "id" : 1204,
                            "nm" : "Ekstern lading",
                            "sort" : 281,
                            "type" : "Yes-No"
                        }, {
                            "id" : 1205,
                            "nm" : "Ladespenning",
                            "sort" : 282,
                            "valTp" : "Volt",
                            "type" : "Number"
                        }, {
                            "id" : 1206,
                            "nm" : "Ladetid",
                            "sort" : 283,
                            "valTp" : "Timer",
                            "type" : "Number"
                        }, {
                            "id" : 1207,
                            "nm" : "Ladetid hurtiglading",
                            "sort" : 284,
                            "valTp" : "Timer",
                            "type" : "Number"
                        }, {
                            "id" : 1202,
                            "nm" : "Kapasitet",
                            "sort" : 285,
                            "valTp" : "kWh",
                            "type" : "Number"
                        }, {
                            "id" : 1203,
                            "nm" : "Rekkevidde",
                            "sort" : 286,
                            "valTp" : "km",
                            "type" : "Number"
                        }, {
                            "id" : 1208,
                            "nm" : "Vekt",
                            "sort" : 287,
                            "valTp" : "kg",
                            "type" : "Number"
                        }
                    ]
                }
            ],
            "batTp" : {
                "id" : 0,
                "nm" : "Batteritype"
            }
        },
        "comLs" : [{
                "nm" : "Utstyrskommentar",
                "tp" : "Utstyr"
            }
        ],
        "engLs" : [{
                "id" : 0,
                "thdGrpLs" : [{
                        "id" : 2,
                        "nm" : "Motordata",
                        "sort" : 200,
                        "thdLs" : [{
                                "id" : 213,
                                "nm" : "Motorindex",
                                "sort" : 201,
                                "type" : "Number"
                            }, {
                                "id" : 215,
                                "nm" : "Motortype",
                                "sort" : 202,
                                "type" : "Text"
                            }, {
                                "id" : 214,
                                "nm" : "Turbo\/Kompressor",
                                "sort" : 220,
                                "type" : "Text"
                            }, {
                                "id" : 201,
                                "nm" : "Sylindervolum",
                                "sort" : 221,
                                "valTp" : "cm3",
                                "type" : "Number"
                            }, {
                                "id" : 202,
                                "nm" : "Sylindre antall",
                                "sort" : 222,
                                "type" : "Text"
                            }, {
                                "id" : 211,
                                "nm" : "Ventiler, antall",
                                "sort" : 224,
                                "type" : "Number"
                            }, {
                                "id" : 203,
                                "nm" : "Boring",
                                "sort" : 225,
                                "valTp" : "mm",
                                "type" : "Number"
                            }, {
                                "id" : 204,
                                "nm" : "Slaglengde",
                                "sort" : 226,
                                "valTp" : "mm",
                                "type" : "Number"
                            }, {
                                "id" : 205,
                                "nm" : "Kompresjon",
                                "sort" : 227,
                                "type" : "Text"
                            }, {
                                "id" : 206,
                                "nm" : "Motorytelse",
                                "sort" : 240,
                                "valTp" : "kW",
                                "type" : "Number"
                            }, {
                                "id" : 207,
                                "nm" : "Motorytelse",
                                "sort" : 241,
                                "valTp" : "hk",
                                "type" : "Number"
                            }, {
                                "id" : 209,
                                "nm" : "Turtall ved maks effekt",
                                "sort" : 242,
                                "valTp" : "o\/min",
                                "type" : "Number"
                            }, {
                                "id" : 208,
                                "nm" : "Dreiemoment",
                                "sort" : 243,
                                "valTp" : "Nm",
                                "type" : "Number"
                            }, {
                                "id" : 210,
                                "nm" : "Turtall ved maks dreiemoment",
                                "sort" : 244,
                                "valTp" : "o\/min",
                                "type" : "Number"
                            }, {
                                "id" : 216,
                                "nm" : "Stop\/start",
                                "sort" : 260,
                                "type" : "Yes-No"
                            }, {
                                "id" : 217,
                                "nm" : "Lademotor",
                                "sort" : 270,
                                "type" : "Yes-No"
                            }, {
                                "id" : 301,
                                "nm" : "Dieselpartikkelfilter",
                                "sort" : 9004,
                                "type" : "Yes-No"
                            }
                        ]
                    }, {
                        "id" : 5,
                        "nm" : "Drivlinje",
                        "sort" : 500,
                        "thdLs" : [{
                                "id" : 501,
                                "nm" : "Drivhjul",
                                "sort" : 501,
                                "type" : "Text"
                            }
                        ]
                    }
                ],
                "fu" : {
                    "id" : 0,
                    "nm" : "Drivstoff"
                },
                "engTp" : {
                    "id" : 0,
                    "nm" : "Motor type"
                }
            }
        ],
        "my" : {
            "nm" : "Årsmodell",
            "sort" : 50
        },
        "thdGrpLs" : [{
                "id" : 1,
                "nm" : "Motordata total",
                "sort" : 100,
                "thdLs" : [{
                        "id" : 101,
                        "nm" : "Motorytelse total",
                        "sort" : 101,
                        "valTp" : "kW",
                        "type" : "Number"
                    }, {
                        "id" : 102,
                        "nm" : "Motorytelse total",
                        "sort" : 102,
                        "valTp" : "hk",
                        "type" : "Number"
                    }, {
                        "id" : 103,
                        "nm" : "Dreiemoment total",
                        "sort" : 103,
                        "valTp" : "Nm",
                        "type" : "Number"
                    }, {
                        "id" : 104,
                        "nm" : "Drivhjul total",
                        "sort" : 104,
                        "type" : "Text"
                    }
                ]
            }, {
                "id" : 11,
                "nm" : "Garanti\/service",
                "sort" : 150,
                "thdLs" : [{
                        "id" : 1101,
                        "nm" : "Garanti",
                        "sort" : 151,
                        "valTp" : "år",
                        "type" : "Number"
                    }, {
                        "id" : 1102,
                        "nm" : "Garanti, km-begrensning",
                        "sort" : 152,
                        "valTp" : "km",
                        "type" : "Number"
                    }, {
                        "id" : 1103,
                        "nm" : "Garanti mot rust",
                        "sort" : 153,
                        "valTp" : "år",
                        "type" : "Number"
                    }, {
                        "id" : 1104,
                        "nm" : "Garanti lakk",
                        "sort" : 154,
                        "valTp" : "år",
                        "type" : "Number"
                    }, {
                        "id" : 1105,
                        "nm" : "Serviceintervall",
                        "sort" : 155,
                        "valTp" : "km",
                        "type" : "Number"
                    }, {
                        "id" : 1106,
                        "nm" : "Service ved behov",
                        "sort" : 156,
                        "type" : "Yes-No"
                    }
                ]
            }, {
                "id" : 3,
                "nm" : "Miljødata",
                "sort" : 300,
                "thdLs" : [{
                        "id" : 302,
                        "nm" : "CO2-klassifisering",
                        "sort" : 302,
                        "type" : "Text"
                    }, {
                        "id" : 311,
                        "nm" : "Strømforbruk",
                        "sort" : 303,
                        "valTp" : "kWh\/mil",
                        "type" : "Number"
                    }, {
                        "id" : 303,
                        "nm" : "Forbruk landevei",
                        "sort" : 304,
                        "valTp" : "l\/mil",
                        "type" : "Number"
                    }, {
                        "id" : 304,
                        "nm" : "Forbruk bykjøring",
                        "sort" : 305,
                        "valTp" : "l\/mil",
                        "type" : "Number"
                    }, {
                        "id" : 305,
                        "nm" : "Forbruk snitt",
                        "sort" : 309,
                        "valTp" : "l\/mil",
                        "type" : "Number"
                    }, {
                        "id" : 306,
                        "nm" : "CO2-utslipp",
                        "sort" : 310,
                        "valTp" : "g\/km",
                        "type" : "Number"
                    }, {
                        "id" : 307,
                        "nm" : "NOx-utslipp",
                        "sort" : 311,
                        "valTp" : "mg\/km",
                        "type" : "Number"
                    }, {
                        "id" : 308,
                        "nm" : "Partikkelutslipp",
                        "sort" : 312,
                        "valTp" : "g\/km",
                        "type" : "Number"
                    }, {
                        "id" : 309,
                        "nm" : "Støy tomgang",
                        "sort" : 313,
                        "valTp" : "dBA",
                        "type" : "Number"
                    }, {
                        "id" : 310,
                        "nm" : "Kjørestøy",
                        "sort" : 314,
                        "valTp" : "dBA",
                        "type" : "Number"
                    }
                ]
            }, {
                "id" : 4,
                "nm" : "Prestasjoner",
                "sort" : 400,
                "thdLs" : [{
                        "id" : 401,
                        "nm" : "Akselerasjon 0-100 km\/t",
                        "sort" : 401,
                        "valTp" : "sek",
                        "type" : "Number"
                    }, {
                        "id" : 402,
                        "nm" : "Topphastighet",
                        "sort" : 402,
                        "valTp" : "km\/t",
                        "type" : "Number"
                    }
                ]
            }, {
                "id" : 5,
                "nm" : "Drivlinje",
                "sort" : 500,
                "thdLs" : [{
                        "id" : 504,
                        "nm" : "Gir, antall",
                        "sort" : 503,
                        "type" : "Text"
                    }, {
                        "id" : 505,
                        "nm" : "Girbeskrivelse",
                        "sort" : 504,
                        "type" : "Text"
                    }, {
                        "id" : 506,
                        "nm" : "Lavgir",
                        "sort" : 505,
                        "type" : "Yes-No"
                    }
                ]
            }, {
                "id" : 6,
                "nm" : "Hjul\/bremser",
                "sort" : 600,
                "thdLs" : [{
                        "id" : 507,
                        "nm" : "Parkeringsbrems, elektrisk",
                        "sort" : 601,
                        "type" : "Yes-No"
                    }, {
                        "id" : 508,
                        "nm" : "Parkeringsbrems",
                        "sort" : 602,
                        "type" : "Text"
                    }, {
                        "id" : 601,
                        "nm" : "Bremser foran",
                        "sort" : 610,
                        "type" : "Text"
                    }, {
                        "id" : 602,
                        "nm" : "Bremser bak",
                        "sort" : 620,
                        "type" : "Text"
                    }, {
                        "id" : 604,
                        "nm" : "Dekkdimensjon foran",
                        "sort" : 630,
                        "type" : "Text"
                    }, {
                        "id" : 605,
                        "nm" : "Dekkdimensjon bak",
                        "sort" : 640,
                        "type" : "Text"
                    }, {
                        "id" : 606,
                        "nm" : "Felgdimensjon foran",
                        "sort" : 650,
                        "type" : "Text"
                    }, {
                        "id" : 607,
                        "nm" : "Felgdimensjon bak",
                        "sort" : 660,
                        "type" : "Text"
                    }, {
                        "id" : 608,
                        "nm" : "Minimum innpress foran",
                        "sort" : 9006,
                        "valTp" : "mm",
                        "type" : "Number"
                    }, {
                        "id" : 609,
                        "nm" : "Minimum innpress bak",
                        "sort" : 9007,
                        "valTp" : "mm",
                        "type" : "Number"
                    }
                ]
            }, {
                "id" : 7,
                "nm" : "Karosseri",
                "sort" : 700,
                "thdLs" : [{
                        "id" : 702,
                        "nm" : "Antall dører",
                        "sort" : 702,
                        "type" : "Text"
                    }, {
                        "id" : 703,
                        "nm" : "Antall sitteplasser",
                        "sort" : 703,
                        "type" : "Text"
                    }
                ]
            }, {
                "id" : 13,
                "nm" : "Bagasjerom",
                "sort" : 800,
                "thdLs" : [{
                        "id" : 704,
                        "nm" : "Bagasjeromvolum, normalt",
                        "sort" : 801,
                        "valTp" : "liter",
                        "type" : "Number"
                    }, {
                        "id" : 705,
                        "nm" : "Bagasjeromvolum, maksimalt",
                        "sort" : 802,
                        "valTp" : "liter",
                        "type" : "Number"
                    }
                ]
            }, {
                "id" : 8,
                "nm" : "Mål",
                "sort" : 1000,
                "thdLs" : [{
                        "id" : 801,
                        "nm" : "Lengde",
                        "sort" : 1001,
                        "valTp" : "mm",
                        "type" : "Number"
                    }, {
                        "id" : 802,
                        "nm" : "Bredde",
                        "sort" : 1002,
                        "valTp" : "mm",
                        "type" : "Number"
                    }, {
                        "id" : 803,
                        "nm" : "Høyde",
                        "sort" : 1003,
                        "valTp" : "mm",
                        "type" : "Number"
                    }, {
                        "id" : 804,
                        "nm" : "Akselavstand",
                        "sort" : 1004,
                        "valTp" : "mm",
                        "type" : "Number"
                    }, {
                        "id" : 805,
                        "nm" : "Sporvidde foran",
                        "sort" : 1006,
                        "valTp" : "mm",
                        "type" : "Number"
                    }, {
                        "id" : 806,
                        "nm" : "Sporvidde bak",
                        "sort" : 1007,
                        "valTp" : "mm",
                        "type" : "Number"
                    }, {
                        "id" : 807,
                        "nm" : "Svingdiameter",
                        "sort" : 1008,
                        "valTp" : "m",
                        "type" : "Number"
                    }, {
                        "id" : 808,
                        "nm" : "Bakkeklaring",
                        "sort" : 1009,
                        "valTp" : "mm",
                        "type" : "Number"
                    }, {
                        "id" : 809,
                        "nm" : "Tankvolum",
                        "sort" : 1041,
                        "valTp" : "liter",
                        "type" : "Number"
                    }
                ]
            }, {
                "id" : 10,
                "nm" : "Vekt",
                "sort" : 1100,
                "thdLs" : [{
                        "id" : 1001,
                        "nm" : "Egenvekt uten fører",
                        "sort" : 1101,
                        "valTp" : "kg",
                        "type" : "Number"
                    }, {
                        "id" : 1002,
                        "nm" : "Nyttelast",
                        "sort" : 1102,
                        "valTp" : "kg",
                        "type" : "Number"
                    }, {
                        "id" : 1003,
                        "nm" : "Tillatt totalvekt",
                        "sort" : 1103,
                        "valTp" : "kg",
                        "type" : "Number"
                    }, {
                        "id" : 1004,
                        "nm" : "Maksimal tilhengervekt",
                        "sort" : 1104,
                        "valTp" : "kg",
                        "type" : "Number"
                    }, {
                        "id" : 1005,
                        "nm" : "Maksimal taklast",
                        "sort" : 1105,
                        "valTp" : "kg",
                        "type" : "Number"
                    }
                ]
            }
        ],
        "equGrpLs" : [{
                "id" : 1,
                "nm" : "Lys",
                "equLs" : [{
                        "id" : 2,
                        "nm" : "Xenon\/Bi-Xenon hovedlys",
                        "sort" : 101,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 105,
                        "nm" : "LED hovedlys",
                        "sort" : 102,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 4,
                        "nm" : "Svingbare hovedlys",
                        "sort" : 103,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 106,
                        "nm" : "Dynamisk lysspredning hovedlys",
                        "sort" : 104,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 6,
                        "nm" : "Aktive kurvelys",
                        "sort" : 105,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 107,
                        "nm" : "Automatisk tenning hovedlys",
                        "sort" : 106,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 7,
                        "nm" : "Automatisk fjernlysdimmer",
                        "sort" : 107,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 81,
                        "nm" : "Nattsynassistent",
                        "sort" : 108,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 1,
                        "nm" : "Frontlys, høydejusterbare",
                        "sort" : 109,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 3,
                        "nm" : "Kurve\/tåkelys foran",
                        "sort" : 110,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 108,
                        "nm" : "LED kjørelys",
                        "sort" : 111,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 5,
                        "nm" : "Lyktespylere",
                        "sort" : 112,
                        "cnt" : 0,
                        "std" : false
                    }
                ],
                "sort" : 1
            }, {
                "id" : 2,
                "nm" : "Utvendig utstyr",
                "equLs" : [{
                        "id" : 9,
                        "nm" : "Metallic lakk",
                        "sort" : 201,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 109,
                        "nm" : "Perlemor\/brilliant lakk",
                        "sort" : 202,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 8,
                        "nm" : "Lakkerte støtfangere",
                        "sort" : 203,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 10,
                        "nm" : "Lakkerte utvendige speil",
                        "sort" : 204,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 110,
                        "nm" : "Mørke ruter (Privacy)",
                        "sort" : 205,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 12,
                        "nm" : "Ruter, tonede",
                        "sort" : 206,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 11,
                        "nm" : "Manuelt soltak",
                        "sort" : 207,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 13,
                        "nm" : "Elektrisk soltak",
                        "sort" : 208,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 15,
                        "nm" : "Panorama glasstak",
                        "sort" : 209,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 18,
                        "nm" : "Regnsensor",
                        "sort" : 210,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 112,
                        "nm" : "Spylerdyser, oppvarmede",
                        "sort" : 211,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 14,
                        "nm" : "Speil, elektrisk",
                        "sort" : 212,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 16,
                        "nm" : "Speil, oppvarmet",
                        "sort" : 213,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 99,
                        "nm" : "Innfellbare speil, elektrisk",
                        "sort" : 214,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 17,
                        "nm" : "Avstandsføler foran",
                        "sort" : 215,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 19,
                        "nm" : "Avstandsføler bak",
                        "sort" : 216,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 22,
                        "nm" : "Parkeringsassistent",
                        "sort" : 217,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 23,
                        "nm" : "Sportsunderstell",
                        "sort" : 218,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 24,
                        "nm" : "Nivåregulering",
                        "sort" : 219,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 26,
                        "nm" : "Aktiv fjæring\/demping",
                        "sort" : 220,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 21,
                        "nm" : "Felger, aluminium",
                        "sort" : 221,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 101,
                        "nm" : "Reservehjul",
                        "sort" : 222,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 95,
                        "nm" : "Tilhengerfeste",
                        "sort" : 223,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 111,
                        "nm" : "Bakluke, elektrisk åpning",
                        "sort" : 224,
                        "cnt" : 0,
                        "std" : false
                    }
                ],
                "sort" : 2
            }, {
                "id" : 3,
                "nm" : "Innvendig utstyr",
                "equLs" : [{
                        "id" : 28,
                        "nm" : "Klimaanlegg, manuelt",
                        "sort" : 301,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 29,
                        "nm" : "Klimaanlegg, automatisk",
                        "sort" : 302,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 27,
                        "nm" : "Klimaanlegg, antall soner",
                        "sort" : 303,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 30,
                        "nm" : "Pollenfilter",
                        "sort" : 304,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 31,
                        "nm" : "Ekstravarmer, kjørevarmer",
                        "sort" : 305,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 33,
                        "nm" : "Parkeringsvarmer",
                        "sort" : 306,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 34,
                        "nm" : "Frontrute, oppvarmet",
                        "sort" : 307,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 40,
                        "nm" : "Vindusheiser elektriske",
                        "sort" : 308,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 32,
                        "nm" : "Turteller",
                        "sort" : 309,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 35,
                        "nm" : "Head-Up display",
                        "sort" : 310,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 41,
                        "nm" : "Kjørekomputer",
                        "sort" : 311,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 39,
                        "nm" : "Dekktrykksovervåker",
                        "sort" : 312,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 42,
                        "nm" : "Fartsholder, normal",
                        "sort" : 313,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 113,
                        "nm" : "Fartsholder med fartsbegrenser",
                        "sort" : 314,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 43,
                        "nm" : "Fartsholder, dynamisk",
                        "sort" : 315,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 37,
                        "nm" : "Ryggekamera",
                        "sort" : 316,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 36,
                        "nm" : "Innvendig åpning av tanklokk",
                        "sort" : 317,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 38,
                        "nm" : "Innvendig åpning av koffert",
                        "sort" : 318,
                        "cnt" : 0,
                        "std" : false
                    }
                ],
                "sort" : 3
            }, {
                "id" : 4,
                "nm" : "Underholdning \/ multimedia",
                "equLs" : [{
                        "id" : 48,
                        "nm" : "Radio\/CD-spiller",
                        "sort" : 401,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 98,
                        "nm" : "DAB-radio",
                        "sort" : 402,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 52,
                        "nm" : "Høyttalere, antall",
                        "sort" : 403,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 100,
                        "nm" : "Internettilkobling",
                        "sort" : 404,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 102,
                        "nm" : "USB-tilkobling",
                        "sort" : 405,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 51,
                        "nm" : "Oppgradert stereo",
                        "sort" : 406,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 45,
                        "nm" : "Navigasjonssystem",
                        "sort" : 407,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 47,
                        "nm" : "Mobiltelefoni, Bluetooth",
                        "sort" : 408,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 49,
                        "nm" : "Mobiltelefoni, Integrert",
                        "sort" : 409,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 53,
                        "nm" : "DVD-spiller",
                        "sort" : 410,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 50,
                        "nm" : "DVD skjermer, antall",
                        "sort" : 411,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 44,
                        "nm" : "Multifunksjonsratt",
                        "sort" : 412,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 46,
                        "nm" : "Multimedia-anlegg",
                        "sort" : 413,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 114,
                        "nm" : "Lydanlegg, fjernstyrt",
                        "sort" : 415,
                        "cnt" : 0,
                        "std" : false
                    }
                ],
                "sort" : 4
            }, {
                "id" : 5,
                "nm" : "Seter \/ ratt",
                "equLs" : [{
                        "id" : 64,
                        "nm" : "Førersete høydejusterbart",
                        "sort" : 501,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 66,
                        "nm" : "Førersete korsryggjustering",
                        "sort" : 502,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 55,
                        "nm" : "Seter, delskinn",
                        "sort" : 503,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 57,
                        "nm" : "Seter, helskinn",
                        "sort" : 504,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 59,
                        "nm" : "Seter, komfort",
                        "sort" : 505,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 61,
                        "nm" : "Seter, sport",
                        "sort" : 506,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 63,
                        "nm" : "Seter, elektrisk regulering",
                        "sort" : 507,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 54,
                        "nm" : "Oppvarmede seter foran, antall",
                        "sort" : 508,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 65,
                        "nm" : "Seter, ventilasjon",
                        "sort" : 509,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 56,
                        "nm" : "Midtarmlene foran",
                        "sort" : 510,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 118,
                        "nm" : "Midtarmlene bak",
                        "sort" : 511,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 68,
                        "nm" : "Baksete, nedfellbart\/delt",
                        "sort" : 512,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 69,
                        "nm" : "Baksete(r) uttagbart",
                        "sort" : 513,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 70,
                        "nm" : "Baksete justerbart",
                        "sort" : 514,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 67,
                        "nm" : "Bakseter, oppvarmet",
                        "sort" : 515,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 58,
                        "nm" : "Servostyring",
                        "sort" : 516,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 60,
                        "nm" : "Ratt, høydejusterbart",
                        "sort" : 517,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 62,
                        "nm" : "Ratt, lengdejusterbart",
                        "sort" : 518,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 115,
                        "nm" : "Ratt, skinn",
                        "sort" : 519,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 116,
                        "nm" : "Ratt, oppvarmet",
                        "sort" : 520,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 117,
                        "nm" : "Girspak, skinn",
                        "sort" : 521,
                        "cnt" : 0,
                        "std" : false
                    }
                ],
                "sort" : 5
            }, {
                "id" : 6,
                "nm" : "Sikkerhet",
                "equLs" : [{
                        "id" : 71,
                        "nm" : "ABS bremser",
                        "sort" : 601,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 73,
                        "nm" : "Bremsekraftfordeler, elektronisk",
                        "sort" : 602,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 75,
                        "nm" : "Nødbremsforsterker",
                        "sort" : 603,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 77,
                        "nm" : "Antispinn",
                        "sort" : 604,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 79,
                        "nm" : "Stabilitetssystem, antiskrens",
                        "sort" : 605,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 82,
                        "nm" : "Tilhengerstabilitetssystem",
                        "sort" : 606,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 83,
                        "nm" : "Bakkestartassistent",
                        "sort" : 607,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 84,
                        "nm" : "Kollisjonsputer, antall",
                        "sort" : 608,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 85,
                        "nm" : "Utkobling av høyre kollisjonspute",
                        "sort" : 609,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 74,
                        "nm" : "Sidekollisjonsputer bak",
                        "sort" : 610,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 119,
                        "nm" : "Kollisjonspute, fotgjengere",
                        "sort" : 611,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 86,
                        "nm" : "Hodestøtter, antall",
                        "sort" : 612,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 87,
                        "nm" : "Aktive hodestøtter",
                        "sort" : 613,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 88,
                        "nm" : "3-punkts sikkerhetsbelter, antall",
                        "sort" : 614,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 89,
                        "nm" : "Beltevarsler",
                        "sort" : 615,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 90,
                        "nm" : "ISO-fix",
                        "sort" : 616,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 76,
                        "nm" : "Precrash, bremseassistent",
                        "sort" : 617,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 78,
                        "nm" : "Precrash, beltestramminging",
                        "sort" : 618,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 25,
                        "nm" : "Dødvinkelovervåker",
                        "sort" : 619,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 80,
                        "nm" : "Filskiftvarsler",
                        "sort" : 620,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 96,
                        "nm" : "Filskiftkorrigering, aktiv",
                        "sort" : 621,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 103,
                        "nm" : "Førervekker (Driver alert)",
                        "sort" : 622,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 104,
                        "nm" : "Nødoppringning",
                        "sort" : 623,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 93,
                        "nm" : "Nøkkelfri lås\/start",
                        "sort" : 624,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 91,
                        "nm" : "Startsperre",
                        "sort" : 625,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 92,
                        "nm" : "Sentrallås",
                        "sort" : 626,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 94,
                        "nm" : "Nøkler, antall",
                        "sort" : 627,
                        "cnt" : 0,
                        "std" : false
                    }, {
                        "id" : 72,
                        "nm" : "Alarm, fabrikkmontert",
                        "sort" : 628,
                        "cnt" : 0,
                        "std" : false
                    }
                ],
                "sort" : 6
            }
        ],
        "veGrp" : {
            "id" : 0,
            "nm" : "Kjøretøygruppe",
            "sort" : 20
        },
        "seg" : {
            "id" : 0,
            "nm" : "Segment",
            "sort" : 30
        },
        "chs" : {
            "id" : 0,
            "nm" : "Karosseri",
            "sort" : 40
        },
        "geTp" : {
            "id" : 0,
            "nm" : "Girtype",
            "sort" : 60
        },
        "exh" : {
            "id" : 0,
            "nm" : "Utslippskategori",
            "sort" : 80
        },
        "energyTp" : {
            "id" : 0,
            "nm" : "Energikilde",
            "sort" : 70
        },
        "prc" : {
            "id" : 0,
            "nm" : "Pris importør",
            "sort" : 10,
            "val" : 0
        }
    }
}
See Also