Fuel Types¶
Overview¶
Machine variations can be differentiated by their fuel types that they use.
Fuel types includes conventional fuels such as Diesel and Petrol, as well as LPG, Natural Gas, Electric.
Equipment can use multiple fuel types - for example hybrid equipment will often be Diesel/Electric.
The fuel types a variation are linked to affect the emissions that a variation can also be linked to.
Models¶
Fuel Type¶
{
"id": 0,
"key": "string",
"name": "string"
}
Fuel Type Collection¶
[
{
"id": 0,
"key": "string",
"name": "string"
}
]