Skip to main content
POST
/
customer
/
notify_work_status
Push work status (legacy)
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.

Body

application/json
OrderId
string
required
Maximum string length: 64
DeviceVendorOrderId
string
required
Maximum string length: 64
ChargePointId
string
required
Maximum string length: 64
ConnectorId
integer
required
Required range: x >= 1
ChangeTime
string
required

yyyy-MM-dd HH:mm:ss

Status
enum<string>
required
Available options:
STARTING,
START_FAILED,
CHARGING,
WAIT_CP_STOP_CHARGING,
WAIT_PULL_OUT_CONNECTOR,
WAIT_PAY,
COMPLETED
Meter
object

Meter information for legacy work-status push.

Response

200 - application/json

Status push acknowledged.

Status
enum<string>
Available options:
Accept,
Reject