ParkingSearchRequest
latitudenumber,string<double>
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$
longitudenumber,string<double>
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$
openOnlynull | booleannullable
rangenull,integer,string<int32>nullable
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$
includeFeaturesstring[]nullable
fromLocalnull,string<date-time>nullable
toLocalnull,string<date-time>nullable
pageNumbernull,integer,string<int32>nullable
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$
pageSizenull,integer,string<int32>nullable
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$
ParkingSearchRequest
{
"latitude": 0,
"longitude": 0,
"openOnly": "null",
"range": "null",
"includeFeatures": "null",
"fromLocal": "null",
"toLocal": "null",
"pageNumber": "null",
"pageSize": "null"
}