Interface Address
https://api.example.com/omstation/device/addDeviceInfo
During the development process, please replace api.example.com with the domain name or IP address of your own server.
Request Method
- Post
Request Headers
- Content-Type: application/json
- token: A334853698EF49DC98A1C8BA65149351
Request Parameters
Parameter Example
{
"orgId":"A334853698EF49DC98A1C8BA65149351",
"deviceInfoList":[{
"deviceType":701,
"deviceId":"123457865465"
},{
"deviceType":709,
"deviceId":"897451654"
}
]
}
Parameter Description
Field | Type | Description | Required |
---|---|---|---|
deviceInfoList | List | Device list | Y |
orgId | String | Unique organization identifier, the information will be returned by the interface that obtains the user Token. | Y |
Description of latticeAssetList Fields
Field | Type | Description | Required |
---|---|---|---|
deviceType | int | Device type, it includes: 701, 705, 709; which correspond to 701: JT701 product; 705: JT705C product; 709: JT709A product respectively. | Y |
deviceId | String | Device number | Y |
Return Result
Result Example
{
"code": 200,
"message": "Operation succeeded",
"data": null
}
{
"code": 105,
"message": "Operation succeeded",
"data": null
}
Result Description
Field | Type | Description |
---|---|---|
code | int | Status code; see “Status Code Description” for details |
message | String | Request status description |
data | object | Return result content |
文档更新时间: 2025-07-23 10:20 作者:admin