Parking Facility Availability
The ParkingFacilityAvailabilityType structure contains dynamic data on an individual parking facility.
| Element | Data Type | Mandatory | Description |
|---|---|---|---|
spacesTotal | Integer | No | Total number of spaces in the facility. |
spacesAvailable | Integer | No | Number of free spaces in the facility. |
available | Boolean | No | Indicates if there are spaces available. |
trend | String | No | Indicates the availability trend of the facility.The current supported values are: • unknown • static • filling up • emptying |
disabledSpacesTotal | Integer | No | Total number of spaces reserved for the disabled in the facility. |
disabledSpacesAvailable | Integer | No | Number of free spaces reserved for the disabled in the facility. |
pricing | ParkingFacilitiesPriceListType | No | List of pricing models for the parking facility. |
lastUpdateTimestamp | dateTime | No | Information about when the 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). |
Updated last month