查询物联卡流量

更新时间:2023-06-20 14:54:03下载pdf

本文介绍查询物联卡流量的 API。

接口描述

通过卡号查询物联卡流量。

接口地址

GET: /v1.0/iot-01/sim/{iccid}/resources/list

请求参数

参数名 类型 参数位置 是否必填 说明
iccid String uri true SIM 卡 ID

返回参数

参数名 类型 说明
result List

result 说明

参数名 类型 说明
type String 卡类型:
  • NB : 物为卡
  • TRAFFIC : 蜂窝卡(4G)
res_name String 套餐名称
traffic_usable Long 流量总量
traffic_used Long 已使用流量
traffic_surplus Long 剩余流量
traffic_effect_date Long 流量生效时间
traffic_expire_date Long 流量失效时间
unit String 套餐流量单位:
  • MB : 兆
  • COUNT : 次数

请求示例

GET: /v1.0/iot-01/sim/898828066600005****/resources/list

返回示例

{ "result": [ { "traffic_effect_date": 1627636216066, "traffic_used": 0, "res_name": "4g电信10mb/月", "type": "TRAFFIC", "unit": "MB", "traffic_expire_date": 1630314653000, "traffic_usable": 10000, "traffic_surplus": 10000 } ], "t": 1626400694469, "success": true }

错误码

参考 错误码