Product¶
Fields¶
- registration_number
string
- title
string
- category
string,
category-1
|category-2
|category-3
|category-3a
- unit
string
- environmental_profiles
list, See Environmental Profile
- mki
float
- mki_net
float
registration_number¶
For the NMDv4 this is the Registration.registration_number
.
For the NMDv3 this is the NMD_Product_Versies.ProductID
of the TotaalProduct or OuderProduct prepended with “nmd_”.
category¶
For the NMDv4 this is the Registration.category
For the NMDv3 this is the NMD_Product_Versies.CategorieID
with the following mapping:
->
category-1
->
category-2
->
category-3
->
category-3a
unit¶
The unit of the product displayed to the used.
environmental_profiles¶
The list of environmental profiles (ProfielSets) related to the current item. See Environmental Profile.
mki¶
The total MKI of the product without scaling, including the supplement (toeslag) for category 3.
mki_net¶
The total MKI of the product without scaling, excluding the supplement (toeslag) for category 3.
Example¶
{
"registration_number": "nmd_12345",
"title": "Testproduct",
"categorie": "category-1",
"unit": "kWh",
"environmental_profiles": [], // not actually empty
"mki": 1.23,
"mki_net": 1.12
}