Skip to main content
POST
Create a new charging station model

Authorizations

Authorization
string
header
required

OAuth2 Client Credentials Flow

Body

application/json

Parameters for creating a new charging station model

vendor
string
required

The vendor/manufacturer of the charging station

Maximum string length: 200
model
string
required

The model name of the charging station

Maximum string length: 200
powerType
enum<string>
required

The power type of the charging station

Available options:
AC_1_PHASE,
AC_3_PHASE,
DC
connectors
object[]
required

List of connectors available on this charging station model

configurationKeys
object
required

Configuration keys for the charging station model

friendlyName
string

A user-friendly display name for the model

Maximum string length: 200
imageUrl
string

URL to an image of the charging station model

Maximum string length: 500

Response

Success

data
object

A charging station model defines hardware specifications for a specific vendor/model combination