Legacy V2G start interface (§9). Response time SHOULD NOT exceed 3 seconds.
curl --request POST \
--url https://api.telluspower.example.com/v1/cp/start_discharging \
--header 'Content-Type: application/json' \
--data '
{
"OrderId": "<string>",
"ChargePointId": "<string>",
"ConnectorId": 2,
"LimitMinSOC": 50,
"LimitMaxEnergy": 123,
"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_discharging \
--header 'Content-Type: application/json' \
--data '
{
"OrderId": "<string>",
"ChargePointId": "<string>",
"ConnectorId": 2,
"LimitMinSOC": 50,
"LimitMaxEnergy": 123,
"Note": "<string>"
}
'{
"Status": "STARTING",
"DeviceVendorOrderId": "<string>"
}