停机v2(异步)
Cube Prod
Cube Prod
PUT
https://api.linksfield.net/cube/v4/sims/{sim_id}/suspend/v2
简要描述
版本:
v4
适用场景:
若想要恢复SIM卡服务,请使用
API
复机(异步) 立即恢复服务。业务说明:
查询结果请使用响应header中的request_id,通过
API
查询异步操作结果 获取。必要条件:
SDK API 调用方式
client.v1().service().suspendAsync(new SuspendAsync(5, "89852202500930228848"));
client.v2().service().suspendAsync(new SuspendAsync(5, "89852202500930228848"));
请求参数
Path 参数
sim_id
string
必需
Header 参数
Accept-Language
string
可选
默认值:
zh-CN
Content-Type
string
可选
默认值:
application/json
Authorization
string
必需
默认值:
{{lfToken}}
X-LF-Api-Version
string
可选
X-LF-Signature-Type
string
1.0、2.0
timestamp
string
必需
nonce
integer
必需
示例代码
返回响应
修改于 2024-11-14 07:48:38