T/CEC 102.3-2016 Business Information Exchange Specification

API Lists

1. Query Equipment Authorization

1.1 API Definition

API Name: query_equip_auth

Use Case: The infrastructure provider (who owns electric chargers/swap stations) provided this API, and the service platform ( who requests to charge) will call it.

1.2 Request (Input Paramters)

Chinese NameParameter NameData TypeChinese Description
设备认证流水号EquipAuthSeqString格式”运营商ID+唯一编号”, 27字符
充电设备接口编码ConnectorIDString

1.3 Response (Return Value)

Chinese NameParameter NameData TypeChinese Description
设备认证流水号EquipAuthSeqString格式”运营商ID+唯一编号”, 27字符
充电设备接口编码ConnectorIDString
操作结果SuccStatInteger0:成功;
1:失败;
失败原因FailReasonInteger0:无;
1:此设备未插枪;
2:设备检验失败;
3-99:自定义;

2. Query Equipment Business Policy

2.1 API Definition

API Name: query_equip_business_policy

Use Case: The infrastructure provider (who owns electric chargers/swap stations) provided this API, and the service platform ( who requests to charge) will call it.

2.2 Request (Input Paramters)

Chinese NameParameter NameIs Mandatory?Data TypeChinese Description
业务策略查询流水号EquipBizSeqYesString格式”运营商ID+唯一编号”, 27字符
充电设备接口编码ConnectorIDYesString

2.3 Response (Return Value)

Chinese NameParameter NameIs Mandatory?Data TypeChinese Description
业务策略查询流水号EquipBizSeqYesString格式”运营商ID+唯一编号”, 27字符
充电设备接口编码ConnectorIDYesString
操作结果SuccStatYesInteger0:成功;
1:失败;
失败原因FailReasonYesInteger0:无;
1:此充电桩业务策略不存在①;
时段数 NSumPeriodYesIntegerRange: 0-32
计费信息PolicyInfosYespolicyInfos Array单项业务策略信息体

① In this case, the most likely reason is that the infrastructure provider failed to announce or publish the stations to the service platform system.


3. Query Start Charge

3.1 API Definition

API Name: query_start_charge

Use Case: The infrastructure provider (who owns electric chargers/swap stations) provided this API, and the service platform ( who requests to charge) will call it.

2.2 Request (Input Paramters)

Chinese NameParameter NameIs Mandatory?Data TypeChinese Description
充电订单号StartChargeSeqYesString格式”运营商ID+唯一编号”, 27字符
充电设备接口编码ConnectorIDYesString
二维码其他信息QRCodeYesString二维码中含有自定义部分的,需要将二维码自
定义部分的原文传输。

2.3 Response (Return Value)

Chinese NameParameter NameIs Mandatory?Data TypeChinese Description
充电订单号StartChargeSeqYesString格式”运营商ID+唯一编号”, 27字符
充电订单状态StartChargeSeqStatYesInteger1:启动中;
2:充电中;
3:停止中;
4:已结束;
5:未知;
充电设备接口编码ConnectorIDYes String
操作结果SuccStatYesInterger0:成功;
1:失败;
失败原因FailReasonYesInterger0:无;
1:此设备不存在;
2:此设备离线;
3-99:自定义;