Skip to main content
POST
Send an ocpp command to an asset (Deprecated)

Authorizations

Authorization
string
header
required

OAuth2 Client Credentials Flow

Path Parameters

assetId
string
required

The id of the asset to send the command to

Body

application/json
action
enum<string>
required

The type of OCPP action to be executed

Available options:
BootNotification,
Heartbeat,
MeterValues,
StatusNotification,
Authorize,
StartTransaction,
StopTransaction,
DataTransfer,
DiagnosticsStatusNotification,
FirmwareStatusNotification,
SignCertificate,
GetConfiguration,
ChangeConfiguration,
RemoteStartTransaction,
RemoteStopTransaction,
Reset,
UnlockConnector,
UpdateFirmware
payload
string
required

JSON string of the ocpp payload based on the action and protocol

protocol
enum<string>
required

The OCPP protocol version

Available options:
OCPP_1_6

Response

Success

data
object
required