v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Charge Points

Set a charging profile for a given charge point

Required scope: charging-profiles:write</br></br>Note: Please be aware that this endpoint is currently in the BETA phase and its response structure may change in the future.</br></br>Availability: This endpoint is not available by default. It must be explicitly enabled for your operator account upon request. Please contact your Monta Business Partner to request access to this feature.

post/api/v1/charge-points/{chargePointIdentity}/set-charging-profile

Path parameters

chargePointIdentitystring required

Request body

connectorIdinteger nullable

The connector id to set the profile for.

profileobject[] nullable

The charging profile to set.

Example request

{
  "connectorId": 1
}

Response

Confirmation that the action was executed

statusstring required

The status of the set charging profile request.

Example response

{
  "status": "Accepted"
}