Create a 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…
Body Params
int64
required
> 0

Id of the team that the charge point belongs to

int64
required
> 0

Id of the site the charge point belongs to

int64
required
> 0

Id of the charge point model

string
required
length ≥ 1

Name of the charge point

double
required
> 0

Max Kw (Max Power) the charge point can output

string
enum
required

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
enum
required

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
array of int64s | null
       Ids of the connectors this charge point support, 
       When not present the provide charge point model connectors will be used instead. 
    
connectorIds
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 for this entity, managed by you.
Note: the expected shape is a flat JSON object with named keys. The payload is limited to 1000 characters.

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:
int64 | null
> 0

Id of the user that owns this charge point

Responses
201

Charge point created

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