Patch an existing charge point

Required scope: charge-points:write
Organization authorization: supported

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required
Body Params
int64 | null
> 0

Id of the site the charge point belongs to.

string | null

Name of the charge point.

double | null
> 0

Max Kw (Max Power) the charge point can output.

string | null
enum

definitions:

  • private - Indicates the charge point access is private, only available to users from operator umbrella.
  • public - Indicates the charge point access is public.
Allowed:
string | null
enum

definitions:

  • ac - Indicates the charge point use ac (alternating current) as electric current.
  • dc - Indicates the charge point use ac (direct current) as electric current.
  • other - Indicates the team member has only access to the selected charge points.
Allowed:
boolean | null
Defaults to true

Indicates the charge point is active.

boolean | null
Defaults to true
        Indicates the charge point should be displayed on map.

        By setting this to false, the charge point will not be shown on the app's map,
        but will still be fully functional for users of the charge point.
    
connectorIds
object | null

Ids of the connectors this charge point support.

string | null

A note (instructions, warning, information) you have entered for this charge point

number | null
-90 to 90
        Latitude coordinate for the charge point location.
        When provided along with longitude, overrides the site's location.
    
number | null
-180 to 180
        Longitude coordinate for the charge point location.
        When provided along with latitude, overrides the site's location.
    
string | null

External Id of this entity, managed by you.

partnerCustomPayload
object | null
    Custom JSON payload managed by you.
    </br>To override default values or provide additional metadata.
    Can include keys like `custom_roaming_name` and `custom_roaming_evse_id` for roaming charge points,
    if so the fields must follow the correct format.
    The payload is limited to 1000 characters overall.
string | null

Meter id of the charge point.

boolean | null

Indicates if the charge point is roaming enabled.

int64 | null

The id of the roaming price group for this charge point.
Note: This field is required if the roaming field is set to true and the charge point doesn't have an associated roaming price group id.

string | null
enum
^(off|optional|forced|forced-setting)$
        Smart charging setting for this charge point.
        - `off`: Smart charging is disabled, rules cannot be created
        - `optional`: Smart charging is optional, rules can be created and applied
        - `forced`: Smart charging is forced, rules will always be applied
        - `forced-setting`: Smart charging setting is forced
    
Allowed:
int32 | null

Id of the user that owns this charge point. Can only be set or updated, not removed.

boolean | null

Whether RFID tags are auto-registered when scanned at this charge point.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json