Update Location
Locations
Update Location
PUT
Update Location
Updates the details of a specific location. All fields are optional; only the fields provided will be updated.
string
required
The UUID of the location to update.
string
The name of the location. Maximum 255 characters.
string
The street name. Maximum 255 characters.
number
The house number. Must be 0 or greater.
string
The house number addition (e.g., “A”, “B”). Maximum 255 characters.
string
The postal code. Maximum 255 characters.
string
The city name. Maximum 255 characters.
string
The ISO 3166-1 alpha-2 country code (e.g., “NL”, “DE”). Maximum 2 characters.
string
The access level of the location. One of
closed, app_users, or roaming. Setting app_users or roaming requires the current team to be an admin team.boolean
Whether the location’s coordinates are set manually. When
true, latitude and longitude are required; otherwise the coordinates are geocoded from the address.number
The latitude of the location. Must be between -90 and 90. Required when
manual_coordinates is true.number
The longitude of the location. Must be between -180 and 180. Required when
manual_coordinates is true.Response
string
The unique UUID of the location.
integer
The numeric ID of the location.
string
The name of the location.
string
The full formatted address of the location.
string
The street name.
string
The postal code.
integer
The house number.
string
The house number addition. May be
null.string
The city name.
string
The ISO 3166-1 alpha-2 country code.
string
The tariff zone key used for day-ahead pricing lookups. May be
null.number
The latitude of the location. May be
null.number
The longitude of the location. May be
null.boolean
Whether the location’s coordinates were set manually rather than geocoded automatically.
string
The access level of the location. One of
closed, app_users, or roaming.string
The smart charging mode of the location. One of
disabled, off_peak, or day_ahead_pricing.integer
The number of chargers assigned to this location.
object
The location’s available capabilities based on licensing.
string
ISO 8601 timestamp of when the location was created.
string
ISO 8601 timestamp of when the location was last updated.
object
The authenticated user’s permissions for this location.