Reset (Async)
POST
/sims/{sim_id}/resetLast modified: 1 年前
Description
Reset the SIM connection.
Version
v1.0
Notes
- It's an asynchronous process.
- To query the result, use API [Query Async Method Result] (pending)
Attention
- OTA SIM cannot be reset.
- Multi-IMSI SIM cannot be reset.
- SIM status must be
Active
, and the service is not throttled by the flow control. - Not all SIMs can be reset, due to MNO rules and restrictions. For details, please contact FAE
请求参数
Path Params
sim_id
string
required
SIM卡片ICCID
Example:
89852123456789098765
示例代码
Responses
Success(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
data
object | null
required
status
object
required
code
string
required
message
string
required
detail
string | null
required
Example
{
"data": null,
"status": {
"code": "CB-00-0000",
"message": "Success",
"detail": null
}
}
Last modified: 1 年前