FuelType
The FuelType
structure contains the id, name and optionally description and a list of parent IDs 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 |