查询正在使用、未启用订单
POST
/singleQueryOrder
请求参数
Header 参数
Content-Type
string
可选
默认值:
application/json
Body 参数application/json
deviceCode
string
必需
languageCode
string
必需
mark
string
必需
partnerCode
string
渠道编码
sign
string
请求签名
terminal
string
必需
tradeTime
string
访问时间戳
tradeType
string
接口名称
version
string
必需
示例
{
"deviceCode": "89860220190905123941",
"languageCode": "1",
"mark": "0",
"partnerCode": "P000818",
"sign": "b2a9e697bdff66049803d62ffeffccaf",
"terminal": "0",
"tradeTime": "20181031256548",
"tradeType": "verify",
"version": "3.0"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://apiv3.linksfield.net/singleQueryOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceCode": "89860220190905123941",
"languageCode": "1",
"mark": "0",
"partnerCode": "P000818",
"sign": "b2a9e697bdff66049803d62ffeffccaf",
"terminal": "0",
"tradeTime": "20181031256548",
"tradeType": "verify",
"version": "3.0"
}'
返回响应
🟢200成功
application/json
Body
operateCode
string
必需
message
string
必需
data
object
必需
partnerCode
string
客户编码
deviceCode
string
SIM ICCID
orderList
array [object {6}]
必需
示例
{
"operateCode": "S",
"message": "success",
"data": {
"partnerCode": "SU528SX8BZ",
"deviceCode": "89852121501108205774",
"orderList": [
{
"orderStatus": "2",
"servicePlanShowName": "Singapore 2G 30-Days Unlimited Speech",
"time": "1",
"unit": "2",
"expireDate": "2024-07-31",
"remainingDays": "0"
},
{
"orderStatus": "1",
"servicePlanShowName": "Singapore 2G 30-Days Unlimited Speech",
"time": "1",
"unit": "2",
"remainingDays": "30"
},
{
"orderStatus": "1",
"servicePlanShowName": "Singapore 2G 30-Days Unlimited Speech",
"time": "2",
"unit": "2",
"remainingDays": "60"
},
{
"orderStatus": "1",
"servicePlanShowName": "Singapore 2G 30-Days Unlimited Speech",
"time": "1",
"unit": "2",
"remainingDays": "30"
},
{
"orderStatus": "1",
"servicePlanShowName": "Singapore 2G 30-Days Unlimited Speech",
"time": "2",
"unit": "2",
"remainingDays": "60"
},
{
"orderStatus": "1",
"servicePlanShowName": "Singapore 2G 30-Days Unlimited Speech",
"time": "1",
"unit": "2",
"remainingDays": "30"
}
]
}
}
🟢200success
修改于 2024-09-12 08:49:00