Parking facilities result type
The ParkingFacilitiesResultType container is the top level element in responses to requests against the facilities resource. The name of the top-level element in an XML response is parkingFacilitiesResult.
| Element | Data Type | Mandatory | Description |
|---|---|---|---|
hasMore | Boolean | Yes | Boolean, indicates if the query has additional results that were not included in the response. Combine this parameter together with the offset and maxresults parameters in the query for pagination |
facilities | ParkingFacilitiesListType | No | List of parking facilities that meet the query parameters |
Updated last month