Operator-to-operator (legacy interop)
Stop discharging (legacy)
Legacy interface (§10).
POST
Stop discharging (legacy)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Legacy interface (§10).
curl --request POST \
--url https://api.telluspower.example.com/v1/cp/stop_discharging \
--header 'Content-Type: application/json' \
--data '
{
"ChargePointId": "<string>",
"ConnectorId": 2
}
'{}curl --request POST \
--url https://api.telluspower.example.com/v1/cp/stop_discharging \
--header 'Content-Type: application/json' \
--data '
{
"ChargePointId": "<string>",
"ConnectorId": 2
}
'{}