{
"device_cmd_data": {
"devices": [
{
"sn": "string",
"type": 0,
"module": "string",
"data": {
"height": 0,
"latitude": 0,
"longitude": 0
}
}
]
},
"device_cmd_method": "string",
"device_sn": "string"
}
curl --location --request POST '/openapi/v0.9/manage/api/v1/organizations//manage-devices/cmds' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_cmd_data": {
"devices": [
{
"sn": "string",
"type": 0,
"module": "string",
"data": {
"height": 0,
"latitude": 0,
"longitude": 0
}
}
]
},
"device_cmd_method": "string",
"device_sn": "string"
}'
{
"code": 0,
"message": "OK",
"data": {
"bid": "f5aab057-xxxx-8dc9af194d96",
"tid": "",
"timestamp": 0,
"status": "ok",
"job_document": null,
"data": null,
"output": {
"status": "ok"
}
}
}