POST api/organgroups/movedevicestoorgangroups
移动设备到分组
Request Information
Body Parameters
MoveDevicesToOrganGroups| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| GroupId | integer |
None. |
|
| Imeis | 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>