GET api/organgroups/movedevicetoneworgangroups
批量添加设备到新的分组
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupName |
名称 |
string |
None. |
| UserId |
用户ID |
integer |
None. |
| Description |
备注 |
string |
None. |
| ParentId |
上级分组ID |
integer |
None. |
| Icon |
图标 |
string |
None. |
| Imeis |
设备IMEI ","分隔 |
string |
None. |
| Language |
语言选项 国内一般用zh-cn |
string |
Required |
| TimeOffset |
手机当前时区,值为数字,如东八区为 8 ,西八区为 -8 |
decimal number |
Required |
| AppId |
APP应用标识 平台申请后返回的APPID |
string |
Required |
Response Information
Resource Description
NormalResult| Name | Description | Type | Additional information |
|---|---|---|---|
| State | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"State": 1,
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<NormalResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gps.OpenApi.Models.ResponseModels"> <Message>sample string 2</Message> <State>1</State> </NormalResult>