Get SIM detail
GET
/sims/{sim_id}Last modified: 1 年前
Description
Get SIM detail
Version
2.0
X-LF-Signature-Type:2.0
Notes
SDK Example
PartnerClient client = new PartnerClient(accessKey,privateKey)
client.v2().sim().querySim(new QuerySim(2, "89860220190711105001"));
请求参数
Path Params
sim_id
string
required
SIM ICCID
示例代码
Responses
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
No schema defined
Example
{
"data": {
"sim_id": "89852202209089971478",
"imei": "860016040008240",
"delivery_note_no": null,
"device_name": "device018303",
"notes": "North America Fleet A",
"status": 10,
"tags": [],
"tech": 1,
"physical_specs": {
"type": 2,
"form_factor": null
},
"profile": [
{
"imsi": "204080931440019",
"msisdn": "FFFFFFFFFF",
"apn": "&&&move.dataxs.mobi&0&&3&3",
"eid": null,
"euicc_status": null
}
],
"latest_session": {
"imsi": "234230358320213",
"msisdn": "23028320905",
"status": 1,
"session": 23,
"start_at": 1677654516000,
"end_at": 1677654517000,
"country": "China",
"mcc": "460",
"mnc": "010",
"network": "China Mobile",
"radio_access_technology": "2G",
"ip": "10.0.0.1"
},
"sim_service": {
"type": 1,
"contract": {
"start_at": 1677654516000,
"end_at": 1717171199000
},
"testdata": {
"status": -1,
"limit": null,
"usage": null
},
"preactivation": {
"period_unit": 2,
"period": 3
},
"predeactivation": {
"period_unit": 2,
"period": 6
},
"global_overage_policy": [],
"bundles": []
}
},
"status": {
"code": "CB-00-0000",
"message": "success",
"detail": "https://developer.linksfield.net/doc-1413557?nav=01GBM770ARR76AXBD5856Z6J6P"
}
}
Last modified: 1 年前