Legacy interface (§6). Implemented by the device operator and called by the customer platform. Response time SHOULD NOT exceed 3 seconds.
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.
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>"
}