Product ======= Fields ------ :registration_number: string :title: string :category: string, :code:`category-1` | :code:`category-2` | :code:`category-3` | :code:`category-3a` :unit: string :environmental_profiles: list, See :ref:`Environmental Profile` :mki: float :mki_net: float registration_number ^^^^^^^^^^^^^^^^^^^ For the NMDv4 this is the :code:`Registration.registration_number`. For the NMDv3 this is the :code:`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 :code:`NMD_Product_Versies.CategorieID` with the following mapping: #. -> :code:`category-1` #. -> :code:`category-2` #. -> :code:`category-3` #. -> :code:`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 :ref:`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 ------- .. code-block:: json { "registration_number": "nmd_12345", "title": "Testproduct", "categorie": "category-1", "unit": "kWh", "environmental_profiles": [], // not actually empty "mki": 1.23, "mki_net": 1.12 }