Create Location
Locations
Create Location
POST
Create Location
Creates a new location and assigns it to the authenticated user’s team. If the user does not have a team, a personal team is automatically created.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.
The UUID of the team to assign the location to. Must be a team the authenticated user belongs to. If omitted, the location is assigned to the user’s first team.
The name of the location. Maximum 255 characters.
The street name. Maximum 255 characters.
The house number. Must be 0 or greater.
The house number addition (e.g., “A”, “B”). Maximum 255 characters.
The postal code. Maximum 255 characters.
The city name. Maximum 255 characters.
The ISO 3166-1 alpha-2 country code (e.g., “NL”, “DE”). Maximum 2 characters.
Response
The unique UUID of the location.
The numeric ID of the location.
The name of the location.
The full formatted address of the location.
The street name.
The postal code.
The house number.
The house number addition. May be
null.The city name.
The ISO 3166-1 alpha-2 country code.
Whether smart charging is enabled for this location.
The number of chargers assigned to this location.
The location’s available capabilities based on licensing.
ISO 8601 timestamp of when the location was created.
ISO 8601 timestamp of when the location was last updated.
The authenticated user’s permissions for this location.