Parking Facilities List
The ParkingFacilitiesListType structure contains a list of parking facilities that meet the query parameters.
| Element | Data Type | Mandatory | Description |
|---|---|---|---|
facility | ParkingFacilityType | No | Information about an individual parking facility This element has the following attributes: • Id - attribute of a String type with a unique Id for the parking facility e.g. 528u173y-622f953618f6454685b3ca29c4a5b4b4. Note: The value for this Id can change without notice. • pvId - optional attribute of a String type with a unique semi-stable Id for the parking facility e.g. 50859985. • lastUpdateTimestamp - attribute with information about when the parking facility 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 is not UTC , then the offset is added as a ±[hh][mm] value (for example, 2014-01-14T10:00:00.000+0100). • timeZone - attribute of a String type representing the standard denominator of the time zone e.g. Europe/Berlin. |
Updated last month