Skip to main content
POST
Create a new asset

Authorizations

Authorization
string
header
required

OAuth2 Client Credentials Flow

Body

application/json

You must provide the object that matches the type of asset you are creating. So if you are specify type "chargingStation" you must provide the "chargingStation" object

type
enum<string>
required

The type of asset to be created

Available options:
chargingStation
network
string
required

The network associated with the asset

assetGroup
string
required

The asset-group to which the asset belongs

chargingStation
object

Details specific to the charging station type of asset

Response

Success

data
object