Legacy interface (§8). Response time SHOULD NOT exceed 1 second.
curl --request POST \
--url https://api.telluspower.example.com/v1/cp/stop_charging \
--header 'Content-Type: application/json' \
--data '
{
"ChargePointId": "<string>",
"ConnectorId": 2
}
'{
"Status": "Accept"
}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/stop_charging \
--header 'Content-Type: application/json' \
--data '
{
"ChargePointId": "<string>",
"ConnectorId": 2
}
'{
"Status": "Accept"
}