AddOrUpdateParkingRequest
codestring
hangTagLotNamestring
barrierboolean
latLng object
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+)?$
operatingHours object
oneOf
- null
- OperatingHours
null
address object
oneOf
- null
- Address
null
timeZonestring
branchNumbernull,integer,string<int32>nullable
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$
lotIdnull,integer,string<int32>nullable
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$
fullLotIdnull | stringnullable
isHangTagboolean
isLongTermboolean
openToPublicboolean
isActiveboolean
keynull | stringnullable
maxVehicleHeightnull,integer,string<int32>nullable
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$
featuresAndAmenities object[]
Array [
idnull | stringnullable
featureIdnull,string<uuid>nullable
namenull | stringnullable
codenull | stringnullable
isAvailableboolean
]
restrictions object[]
Array [
idnull | stringnullable
featureIdnull,string<uuid>nullable
namenull | stringnullable
codenull | stringnullable
isAvailableboolean
]
AddOrUpdateParkingRequest
{
"code": "string",
"hangTagLotName": "string",
"barrier": true,
"latLng": {
"latitude": 0,
"longitude": 0
},
"operatingHours": "null",
"address": "null",
"timeZone": "string",
"branchNumber": "null",
"lotId": "null",
"fullLotId": "null",
"isHangTag": true,
"isLongTerm": true,
"openToPublic": true,
"isActive": true,
"key": "null",
"maxVehicleHeight": "null",
"featuresAndAmenities": "null",
"restrictions": "null"
}