FuelType
The FuelType
structure contains the id, name, and optionally, the description and a list of parentIds of the fuel type.
Element | Data Type | Mandatory | Description |
---|---|---|---|
id | String | Yes | Fuel type ID, for example. 1 |
name | String | Yes | Name of the fuel type. |
description | String | No | Fuel type description. |
parentIds | ParentIds | No | Container for ParentIds data type. |
The parentIds
structure contains list of parent fuel type IDs.
Element | Data Type | Mandatory | Description |
---|---|---|---|
parentId | String | Yes | Parent fuel type ID, for example -1 |