v1
latestOpenAPI 3.0.12026-07-243686491.1 MBCharge Points
Create a charge point
Required scope: charge-points:write </br>Organization authorization: supported
post/api/v1/charge-points
Request body
Example request
{
"teamId": 13,
"siteId": 20,
"chargePointModelId": 20,
"name": "CP - CPH Office",
"maxKw": 22,
"active": true,
"showOnMap": true,
"connectorIds": [
1,
2,
3,
4
],
"note": "In order to access this charge point enter 0000 as code at the gate.",
"latitude": 55.6761,
"longitude": 12.5683,
"partnerExternalId": "ACME-12345",
"smartChargeSetting": "optional",
"userId": 42
}Response
Charge point created