FuelStationsListType
The FuelStationsListType structure contains a list of fuel stations which meet the query parameters.
| Element | Data Type | Mandatory | Description |
|---|---|---|---|
fuelStation | FuelStationType | No | Information about an individual fuel station. This element has the following attributes: • Id: The attribute of a String type with a unique ID for the fuel station, such as 276u336g-6a194aba138f4fab96f4b2cecd4bde7b. The value for this ID can change without notice. • pvId:The optional attribute of a String type with a unique semi-stable ID for the fuel station, such as 1099721199. • lastUpdateTimestamp: The attribute with information about when the fuel station information was last updated, in ISO 8601 format. If the time is UTC, a Z is added. An example of this kind of timestamp value is 2013-12-31T12:00:00.000Z. If the time isn't UTC , then the offset is added as a ±[hh][mm] value (for example, 2014-01-14T10:00:00.000+0100). • timeZone: The attribute of a String type representing the standard denominator of the time zone such as, Europe/Berlin. . |
Updated 15 days ago