Skip to main content
PUT
Updates a parking

Authorizations

Authorization
string
header
required

OAuth2 Bearer Authorization

Path Parameters

uuid
string
required

UUID of the Parking

Pattern: ^[a-f0-9]{8}\-[a-f0-9]{4}\-4[a-f0-9]{3}\-[89ab][a-f0-9]{3}\-[a-f0-9]{12}$

Body

application/json

Updates a parking. Required permission: asset:parkings:update

location_uuid
string
required

The UUID of the location this parking space belongs to. Parking spaces are always assigned to a location and are managed within that location's infrastructure.

Pattern: ^[a-f0-9]{8}\-[a-f0-9]{4}\-4[a-f0-9]{3}\-[89ab][a-f0-9]{3}\-[a-f0-9]{12}$
physical_reference
string
required

A unique name or reference label for this parking space, such as a parking bay number or on-site marking. This value is required and should clearly identify the space on-site.

Maximum string length: 12
Example:

"A-03"

max_vehicle_weight_kg
integer<int32>
required

The maximum permitted vehicle weight for this parking space, in kilograms. Required for AFIR compliance and transmitted to the national access point (NAP).

Required range: x >= 0
max_vehicle_height_cm
integer<int32>
required

The maximum permitted vehicle height for this parking space, in centimeters. Particularly relevant for covered or underground parking structures. Required for AFIR compliance.

Required range: x >= 0
max_vehicle_length_cm
integer<int32>
required

The maximum permitted vehicle length for this parking space, in centimeters. Required for AFIR compliance and transmitted to the national access point (NAP).

Required range: x >= 0
max_vehicle_width_cm
integer<int32>
required

The maximum permitted vehicle width for this parking space, in centimeters. Required for AFIR compliance and transmitted to the national access point (NAP).

Required range: x >= 0
parking_direction
enum<string>
required

The direction in which a vehicle should approach or park relative to the charge point (e.g. front-in, rear-in, parallel). Helps drivers orient themselves correctly when pulling into the parking space to charge.

Available options:
PARALLEL,
PERPENDICULAR,
ANGLE
dangerous_goods_allowed
boolean
default:false

Indicates whether vehicles transporting dangerous goods are permitted to park in this space.

drive_through
boolean
default:false

Indicates whether this is a drive-through parking position, meaning a vehicle can pull in, charge, and drive out without reversing. Drive-through capability must apply to all defined vehicle types assigned to this space.

restricted_to_type
boolean
default:false

Indicates whether this parking space is exclusively reserved for the defined vehicle types. When true, only vehicles matching the assigned vehicle_type list are permitted to use this space.

reservation_required
boolean
default:false

Indicates whether a reservation is required to use this parking space. When true, drivers must book the space in advance before they can charge here.

time_limit_minutes
integer<int32>

The maximum permitted parking duration at this space, in minutes. When set, drivers must vacate the space after this time limit has elapsed, regardless of whether charging is still in progress.

roofed
boolean
default:false

Indicates whether this parking space is covered by a roof or canopy.

lighting
boolean
default:false

Indicates whether this parking space is illuminated.

vehicle_type
object[]

A list of vehicle types for which this parking space is intended. Required for AFIR compliance and used to filter parking spaces by vehicle category in public outputs.

chargepoints
object[]

A list of charge points assigned to this parking space. When linked to a charge point, the parking space appears subordinated to the connector in the infrastructure overview. A parking space can be associated with one or more chargepoints at the same location.

Response

Parking edited

parking
object
required

Parking