Skip to main content

CreateParkingRequest

codestring
namenull | stringnullable
descriptionnull | stringnullable
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+)?$

address object
oneOf
null
timeZonestring
operatingHours object
oneOf
null
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
barrierboolean
isHangTagboolean
isLongTermboolean
openToPublicboolean
isActiveboolean
maxVehicleHeightnull,integer,string<int32>nullable

Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

CreateParkingRequest
{
"code": "string",
"name": "null",
"description": "null",
"latLng": {
"latitude": 0,
"longitude": 0
},
"address": "null",
"timeZone": "string",
"operatingHours": "null",
"branchNumber": "null",
"lotId": "null",
"fullLotId": "null",
"barrier": true,
"isHangTag": true,
"isLongTerm": true,
"openToPublic": true,
"isActive": true,
"maxVehicleHeight": "null"
}