Legacy interface (§7). Implemented by the customer platform and called
by the device operator after a charge starts or fails. Retry policy:
5 attempts at intervals of 1m, 5m, 60m, 180m, 24h. After exhaustion,
the customer can call query_station_status to fetch state.
curl --request POST \
--url https://api.telluspower.example.com/v1/customer/notify_work_status \
--header 'Content-Type: application/json' \
--data '
{
"OrderId": "<string>",
"DeviceVendorOrderId": "<string>",
"ChargePointId": "<string>",
"ConnectorId": 2,
"ChangeTime": "<string>",
"Status": "STARTING"
}
'{
"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.
646464x >= 1yyyy-MM-dd HH:mm:ss
STARTING, START_FAILED, CHARGING, WAIT_CP_STOP_CHARGING, WAIT_PULL_OUT_CONNECTOR, WAIT_PAY, COMPLETED Meter information for legacy work-status push.
Show child attributes
Status push acknowledged.
Accept, Reject curl --request POST \
--url https://api.telluspower.example.com/v1/customer/notify_work_status \
--header 'Content-Type: application/json' \
--data '
{
"OrderId": "<string>",
"DeviceVendorOrderId": "<string>",
"ChargePointId": "<string>",
"ConnectorId": 2,
"ChangeTime": "<string>",
"Status": "STARTING"
}
'{
"Status": "Accept"
}