Send the OCPP command remotely to charger.

POST {{baseUrl}}/chargerControl/chargers/:chargerId/remoteCommands/:remoteCommandType

Request Body

{"connectorId"=>"<integer>", "idTag"=>"<string>", "idTagType"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;commandType&quot;:&quot;startChargingSession&quot;,&quot;response&quot;:{&quot;status&quot;:&quot;Accepted&quot;,&quot;message&quot;:&quot;Operation successful: Start charging request has been accepted.&quot;}}