1.URL
http://124.223.60.234:8181/spartan/device/queryDeviceInfoByModuleId
2.Request parameters
2.1.Example
{
"moduleId":"162070003356"
}
2.2.Parameter Description
Field | Type | Description | Is it necessary |
---|---|---|---|
moduleId | String | The ID of the device communication module (IMEI) | Yes |
3.接口应答
3.1.返回示例
{
"code": 200,
"message": "Operation succeeded",
"data": {
"deviceId": "589D6C6B4678434FB962971BA8513432",
"serialNum": "162070003356",
"deviceName": "162070003356",
"moduleId": "162070003356",
"iccid": "162070003356",
"modelId": 100,
"model": "VM-400"
}
}
3.2.Explanation of response results
Field | Type | Description |
---|---|---|
code | int | Return Status(200:Succeed;102:Parameter error;105:request failure;106:Data does not exist) |
message | String | Return Status Description |
data | object | Response result body |
data Description
Field | Type | Description |
---|---|---|
deviceId | String | The unique tag generated after the device is registered with the system by the user |
serialNum | String | device serial number (12 bits) |
deviceName | String | User defined device name |
moduleId | String | The ID of the device communication module (IMEI) |
iccid | String | ICCID |
modelId | int | System defined device type ID |
model | String | Device model |
4.Request by postman
作者:admin 创建时间:2023-06-03 15:38
最后编辑:admin 更新时间:2023-06-23 13:38
最后编辑:admin 更新时间:2023-06-23 13:38