Remote Start / Stop
POST /api/ocpp/remote-start
Request body
{
portId: number; // Flipturn charging port ID
idTag?: string; // Optional identifier (RFID UID, token, etc) to associate with the transaction. Max 20 characters.
idTokenType?: string; // Optional. OCPP 2.0.1 only. See below for valid values. Defaults to 'Central'.
}Value
Description
Response
Status
Meaning
Example
POST /api/ocpp/remote-stop
Request body
Response
Status
Meaning
Example
Last updated