Skip to main content
POST
/
api
/
device
/
changeGroup
设备批量分组
curl --request POST \
  --url https://api.example.com/api/device/changeGroup \
  --header 'Authentication: <authentication>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "idSn": "xxxxx,yyyyy",
  "fromDeptId": "",
  "deptId": ""
}
'
{}

Headers

Authentication
string
required

Body

application/json
deptId
string
required

调整到分组

id
string

指定设备

fromDeptId
string

指定源分组

Response

200 - application/json

The response is of type object.