Skip to main content
POST
/
cp
/
start_charging
Start charging (legacy)
curl --request POST \
  --url https://api.telluspower.example.com/v1/cp/start_charging \
  --header 'Content-Type: application/json' \
  --data '
{
  "OrderId": "<string>",
  "ChargePointId": "<string>",
  "ConnectorId": 2,
  "Note": "<string>"
}
'
{
  "Status": "STARTING",
  "DeviceVendorOrderId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developers.telluspowergroup.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
OrderId
string
required
Maximum string length: 64
ChargePointId
string
required
Maximum string length: 64
ConnectorId
integer
required
Required range: x >= 1
Note
string
Maximum string length: 255

Response

200 - application/json

Charging start command accepted.

Status
enum<string>
Available options:
STARTING,
START_FAILED,
CHARGING,
WAIT_CP_STOP_CHARGING,
WAIT_PULL_OUT_CONNECTOR,
WAIT_PAY,
COMPLETED
DeviceVendorOrderId
string